diff options
author | Jan Mercl <0xjnml@gmail.com> | 2018-11-06 18:03:25 +0100 |
---|---|---|
committer | Jan Mercl <0xjnml@gmail.com> | 2018-11-06 18:03:25 +0100 |
commit | 89fd60bf68dbf4801c209b21b0aca495a1972560 (patch) | |
tree | 624f1982b2ba99bbaac4a37c656c72fba74dab81 /sqlite_go18_test.go | |
parent | 0757a22337447b7f4a3ef8859427220176f6228c (diff) |
Make modernc.org the repository root
Diffstat (limited to 'sqlite_go18_test.go')
-rw-r--r-- | sqlite_go18_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite_go18_test.go b/sqlite_go18_test.go index d558488..686dd65 100644 --- a/sqlite_go18_test.go +++ b/sqlite_go18_test.go @@ -4,7 +4,7 @@ //+build go1.8 -package sqlite +package sqlite // import "modernc.org/sqlite" import ( "database/sql" |