add some String() to make codes easier to read and debug

This commit is contained in:
yanyiwu
2015-01-08 15:54:50 +08:00
parent f2b07d6051
commit cacfc85869
8 changed files with 41 additions and 2 deletions

View File

@@ -1,6 +1,8 @@
package util
import "sync"
import (
"sync"
)
// A mostly for read map, which can thread-safely
// initialize the map entries.