Make modernc.org the repository root

This commit is contained in:
Jan Mercl
2018-11-06 18:03:25 +01:00
parent 0757a22337
commit 89fd60bf68
24 changed files with 58 additions and 58 deletions

6
doc.go
View File

@@ -18,7 +18,7 @@
// import (
// "database/sql"
//
// _ "github.com/cznic/sqlite"
// _ "modernc.org/sqlite"
// )
//
// ...
@@ -38,10 +38,10 @@
//
// Supported platforms and architectures
//
// See http://github.com/cznic/ccir. To add a newly supported os/arch
// See http://modernc.org/ccir. To add a newly supported os/arch
// combination to this package try running 'go generate'.
//
// Sqlite documentation
//
// See https://sqlite.org/docs.html
package sqlite
package sqlite // import "modernc.org/sqlite"