Luis Figueiredo 8 years ago
parent
commit
1bef0ae730
1 changed files with 1 additions and 1 deletions
  1. 1 1
      global/register.go

+ 1 - 1
global/register.go

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