Browse Source

fixed import path

Luis Figueiredo 8 years ago
parent
commit
cdd7c2b265
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 (
-	"hexasoftware/lib/prettylog"
+	"hxs/prettylog"
 	"log"
 )