link to builder results

This commit is contained in:
Jan Mercl
2020-11-19 17:53:04 +01:00
parent 91fc7a88e5
commit fa0727ab3c
2 changed files with 8 additions and 0 deletions

View File

@@ -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)

6
doc.go
View File

@@ -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: