This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
hxs
/
prettylog
Watch
2
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
b2cf034570
ブランチ
タグ
master
prettylog
/
global
/
register.go
register.go
102 B
履歴
Raw
1
2
3
4
5
6
7
8
9
package global
import (
"dev.hexasoftware.com/hxs/prettylog"
)
func init() {
prettylog.Global()
}