This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
hxs
/
prettylog
Segui
2
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
b2cf034570
Rami (Branch)
Tag
master
prettylog
/
global
/
register.go
register.go
102 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
package global
import (
"dev.hexasoftware.com/hxs/prettylog"
)
func init() {
prettylog.Global()
}