diff --git a/README.md b/README.md index 117136c..5f59311 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,5 @@ Installation $ go get modernc.org/sqlite Documentation: [godoc.org/modernc.org/sqlite](http://godoc.org/modernc.org/sqlite) + +Builders: [modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite](https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite) diff --git a/doc.go b/doc.go index 40cf639..2f8c8c0 100644 --- a/doc.go +++ b/doc.go @@ -5,6 +5,12 @@ // Package sqlite is an in-process implementation of a self-contained, // serverless, zero-configuration, transactional SQL database engine. // +// Builders +// +// Test results available at +// +// https://modern-c.appspot.com/-/builder/?importpath=modernc.org%2fsqlite +// // Changelog // // 2020-09-13 v1.7.0: