Documentation.

This commit is contained in:
Nuno Cruces
2023-02-14 11:33:41 +00:00
parent fd1244c471
commit 275b8c38a2

View File

@@ -1,3 +1,7 @@
// Package embed embeds SQLite into your application.
//
// You can obtain this build of SQLite from:
// https://github.com/ncruces/go-sqlite3/tree/main/embed
package embed
import (