Denmaseno 9 年 前
コミット
e8cee3a744
1 ファイル変更0 行追加5 行削除
  1. 0 5
      log.go

+ 0 - 5
log.go

@@ -31,11 +31,6 @@ const (
 	FATAL = 5
 )
 
-// DumpObj struct
-type DumpObj struct {
-	value []interface{}
-}
-
 // Init logger
 func Init(plevel int) {
 	level = plevel