Browse Source

Merge pull request #308 from laike9m/log4go-import-path-patch

Modified log4go import path
Alan Shreve 9 years ago
parent
commit
5d13f6b94d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/ngrok/log/logger.go

+ 1 - 1
src/ngrok/log/logger.go

@@ -1,7 +1,7 @@
 package log
 package log
 
 
 import (
 import (
-	log "code.google.com/p/log4go"
+	log "github.com/alecthomas/log4go"
 	"fmt"
 	"fmt"
 )
 )