runlilong

Results 2 issues of runlilong

my codes ``` package main import ( "database/sql" "log" "os" _ "github.com/mattn/go-sqlite3" ) func main() { os.Setenv("TMPDIR", "/mnt/test") db, err := sql.Open("sqlite3", "db.bak") if err != nil { log.Fatal(err) }...

clone the repository and run the command `go get -u -t` will get the following errors. ``` go get: github.com/itsmontoya/[email protected] updating to github.com/itsmontoya/[email protected]: parsing go.mod: module declares its path as:...