mirror of
https://github.com/neilotoole/sq.git
synced 2024-12-26 09:44:18 +03:00
a419e0b693
* 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
12 lines
292 B
Go
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
|