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 --- internal/bin/bin_linux_386.go | 4 ++-- internal/bin/bin_linux_amd64.go | 4 ++-- internal/bin/bin_windows_386.go | 4 ++-- internal/bin/bin_windows_amd64.go | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) (limited to 'internal/bin') 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{}) { diff --git a/internal/bin/bin_linux_amd64.go b/internal/bin/bin_linux_amd64.go index 5aedeef..aca0e90 100644 --- a/internal/bin/bin_linux_amd64.go +++ b/internal/bin/bin_linux_amd64.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{}) { diff --git a/internal/bin/bin_windows_386.go b/internal/bin/bin_windows_386.go index 43213f1..cf80315 100644 --- a/internal/bin/bin_windows_386.go +++ b/internal/bin/bin_windows_386.go @@ -30,7 +30,7 @@ uncontaminated with licensed code from other projects. // Code generated by ccgo DO NOT EDIT. -package bin +package bin // import "modernc.org/sqlite/internal/bin" import ( "fmt" @@ -40,7 +40,7 @@ import ( "runtime" "unsafe" - "github.com/cznic/ccgo/crt" + "modernc.org/ccgo/crt" ) var inf = math.Inf(1) diff --git a/internal/bin/bin_windows_amd64.go b/internal/bin/bin_windows_amd64.go index 17ab839..e888ed4 100644 --- a/internal/bin/bin_windows_amd64.go +++ b/internal/bin/bin_windows_amd64.go @@ -30,7 +30,7 @@ uncontaminated with licensed code from other projects. // Code generated by ccgo DO NOT EDIT. -package bin +package bin // import "modernc.org/sqlite/internal/bin" import ( "fmt" @@ -40,7 +40,7 @@ import ( "runtime" "unsafe" - "github.com/cznic/ccgo/crt" + "modernc.org/ccgo/crt" ) var inf = math.Inf(1) -- cgit v1.2.3-70-g09d2