diff --git a/embed/init.go b/embed/init.go index 0dc5fc2..2e8420e 100644 --- a/embed/init.go +++ b/embed/init.go @@ -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 (