Luis Figueiredo hace 8 años
padre
commit
4081df3443
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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() {