From 89fd60bf68dbf4801c209b21b0aca495a1972560 Mon Sep 17 00:00:00 2001 From: Jan Mercl <0xjnml@gmail.com> Date: Tue, 6 Nov 2018 18:03:25 +0100 Subject: Make modernc.org the repository root --- all_test.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'all_test.go') diff --git a/all_test.go b/all_test.go index 946b939..cd7a3fd 100644 --- a/all_test.go +++ b/all_test.go @@ -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 +package sqlite // import "modernc.org/sqlite" import ( "bytes" @@ -286,7 +286,7 @@ func BenchmarkNextMemory(b *testing.B) { } } -// https://github.com/cznic/sqlite/issues/11 +// https://gitlab.com/cznic/sqlite/issues/11 func TestIssue11(t *testing.T) { const N = 6570 dir, db := tempDB(t) @@ -314,7 +314,7 @@ func TestIssue11(t *testing.T) { } } -// https://github.com/cznic/sqlite/issues/12 +// https://gitlab.com/cznic/sqlite/issues/12 func TestMemDB(t *testing.T) { // Verify we can create out-of-the heap memory DB instance. db, err := sql.Open(driverName, "file::memory:") -- cgit v1.2.3-70-g09d2