Make modernc.org the repository root

This commit is contained in:
Jan Mercl
2018-11-06 18:03:25 +01:00
parent 0757a22337
commit 89fd60bf68
24 changed files with 58 additions and 58 deletions

View File

@@ -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{}) {