Fix illumos. (#83)

This commit is contained in:
Nuno Cruces
2024-04-24 01:07:17 +01:00
committed by GitHub
parent 3fb0eeec51
commit fdb2ed0376
20 changed files with 102 additions and 70 deletions

View File

@@ -9,6 +9,7 @@ import (
"github.com/ncruces/go-sqlite3"
_ "github.com/ncruces/go-sqlite3/embed"
"github.com/ncruces/go-sqlite3/ext/pivot"
_ "github.com/ncruces/go-sqlite3/tests/testcfg"
)
// https://antonz.org/sqlite-pivot-table/