From 275b8c38a21cc03670893dcdb0bc481f3b15c173 Mon Sep 17 00:00:00 2001 From: Nuno Cruces Date: Tue, 14 Feb 2023 11:33:41 +0000 Subject: [PATCH] Documentation. --- embed/init.go | 4 ++++ 1 file changed, 4 insertions(+) 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 (