misc typos

This commit is contained in:
Mitchell Hashimoto 2015-03-31 17:27:04 -07:00
parent 486c3d7f30
commit 67e4bdf1e4
2 changed files with 2 additions and 3 deletions

View File

@ -42,7 +42,6 @@ func (c *WriteCommand) Run(args []string) int {
"Error loading data: %s", err))
return 1
}
println(fmt.Sprintf("%#v", data))
client, err := c.Client()
if err != nil {

View File

@ -4,9 +4,9 @@ package framework
import "fmt"
const _FieldType_name = "TypeInvalidTypeStringTypeIntTypeBool"
const _FieldType_name = "TypeInvalidTypeStringTypeIntTypeBoolTypeMap"
var _FieldType_index = [...]uint8{0, 11, 21, 28, 36}
var _FieldType_index = [...]uint8{0, 11, 21, 28, 36, 43}
func (i FieldType) String() string {
if i+1 >= FieldType(len(_FieldType_index)) {