linux/amd64: regenerate

This commit is contained in:
Jan Mercl
2021-02-21 22:21:30 +01:00
parent 0e81b55ef9
commit 35e14d337f
12 changed files with 35871 additions and 45963 deletions

6
doc.go
View File

@@ -2,8 +2,10 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package sqlite is an in-process implementation of a self-contained,
// serverless, zero-configuration, transactional SQL database engine.
// Package sqlite is a CGo-free port of SQLite.
//
// SQLite is an in-process implementation of a self-contained, serverless,
// zero-configuration, transactional SQL database engine.
//
// Builders
//