使用go mod

This commit is contained in:
hoteas
2022-03-13 01:12:29 +08:00
parent 7be976cdeb
commit ac027c6e42
19 changed files with 33 additions and 32 deletions
+5 -5
View File
@@ -1,11 +1,11 @@
package hotime
import (
. "./cache"
"./code"
. "./common"
. "./db"
. "./log"
. "code.hoteas.com/golang/hotime/cache"
"code.hoteas.com/golang/hotime/code"
. "code.hoteas.com/golang/hotime/common"
. "code.hoteas.com/golang/hotime/db"
. "code.hoteas.com/golang/hotime/log"
"database/sql"
"github.com/sirupsen/logrus"
"io"