Explorar el Código

fixed import path

Luis Figueiredo hace 8 años
padre
commit
cdd7c2b265
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      global/register.go

+ 1 - 1
global/register.go

@@ -1,7 +1,7 @@
 package global
 
 import (
-	"hexasoftware/lib/prettylog"
+	"hxs/prettylog"
 	"log"
 )