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 /internal/bin/bin_linux_386.go | |
parent | 0757a22337447b7f4a3ef8859427220176f6228c (diff) |
Make modernc.org the repository root
Diffstat (limited to 'internal/bin/bin_linux_386.go')
-rw-r--r-- | internal/bin/bin_linux_386.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/bin/bin_linux_386.go b/internal/bin/bin_linux_386.go index a767765..b79d6e1 100644 --- a/internal/bin/bin_linux_386.go +++ b/internal/bin/bin_linux_386.go @@ -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{}) { |