misc typos
This commit is contained in:
parent
486c3d7f30
commit
67e4bdf1e4
|
@ -42,7 +42,6 @@ func (c *WriteCommand) Run(args []string) int {
|
||||||
"Error loading data: %s", err))
|
"Error loading data: %s", err))
|
||||||
return 1
|
return 1
|
||||||
}
|
}
|
||||||
println(fmt.Sprintf("%#v", data))
|
|
||||||
|
|
||||||
client, err := c.Client()
|
client, err := c.Client()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
|
@ -4,9 +4,9 @@ package framework
|
||||||
|
|
||||||
import "fmt"
|
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 {
|
func (i FieldType) String() string {
|
||||||
if i+1 >= FieldType(len(_FieldType_index)) {
|
if i+1 >= FieldType(len(_FieldType_index)) {
|
||||||
|
|
Loading…
Reference in New Issue