Luis Figueiredo 8 năm trước cách đây
mục cha
commit
4081df3443
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      global/register.go

+ 2 - 1
global/register.go

@@ -1,8 +1,9 @@
 package global
 
 import (
-	"hexasoftware/lib/prettylog"
 	"log"
+
+	prettylog "dev.hexasoftware.com/hxs/prettylog.git"
 )
 
 func init() {