sq/drivers/html/doc.go
Neil O'Toole a419e0b693
Misc cleanup, goimports, updates (#107)
* debugging

* generic retry functionality; some additions to stringz.go

* fiddling with magefile_sakila

* added test lock function testh.Lock

* bunch of linting, goimports, what not
2022-12-16 15:54:09 -07:00

12 lines
292 B
Go

// Package html is the future home of the HTML table import driver.
//
// BRAINDUMP:
// A particular use case is this:
// In your browser, select a table, and copy that HTML.
// Then (on macOS):
//
// > pbpaste | sq .data --json
//
// Should output that HTML table as JSON, etc.
package html