linux/arm64: regenerate

This commit is contained in:
Jan Mercl
2021-11-02 17:42:35 +01:00
parent 333ac00e6b
commit 6e9b1d510f
10 changed files with 18567 additions and 15961 deletions

2
doc.go
View File

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