diff --git a/sqlite.go b/sqlite.go index 30f6714..1fac12b 100644 --- a/sqlite.go +++ b/sqlite.go @@ -2,6 +2,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. + //go:generate go run generator.go //go:generate go fmt ./...