mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-18 21:54:41 +08:00
Make modernc.org the repository root
This commit is contained in:
@@ -51,7 +51,7 @@ uncontaminated with licensed code from other projects.
|
||||
// ** language. The code for the "sqlite3" command-line shell is also in a
|
||||
// ** separate file. This file contains only code for the core SQLite library.
|
||||
// */
|
||||
package bin
|
||||
package bin // import "modernc.org/sqlite/internal/bin"
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
@@ -61,7 +61,7 @@ import (
|
||||
"runtime"
|
||||
"unsafe"
|
||||
|
||||
"github.com/cznic/ccgo/crt"
|
||||
"modernc.org/ccgo/crt"
|
||||
)
|
||||
|
||||
func ftrace(s string, args ...interface{}) {
|
||||
|
Reference in New Issue
Block a user