mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-05 15:56:52 +08:00
link to builder results
This commit is contained in:
@@ -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
6
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:
|
||||
|
Reference in New Issue
Block a user