strutil: more common strings, especially 'bytes'

Change-Id: I034f032f37aaea513d0b8e860d9fd780a681f6a8
This commit is contained in:
Brad Fitzpatrick 2013-12-06 17:26:33 +04:00
parent 2428dc86fd
commit 4e1ad20075
1 changed files with 3 additions and 0 deletions

View File

@ -43,9 +43,12 @@ func StringFromBytes(v []byte) string {
// NOTE: must be sorted
var commonStrings = []string{
"bytes",
"claim",
"directory",
"file",
"permanode",
"share",
"static-set",
"symlink",
}