Fixed import paths for null package, add byte typ
This commit is contained in:
parent
3d22dc0897
commit
86ca3bbcea
8 changed files with 47 additions and 26 deletions
strmangle
|
@ -380,7 +380,7 @@ func MakeStringMap(types map[string]string) string {
|
|||
c := 0
|
||||
for _, k := range keys {
|
||||
v := types[k]
|
||||
buf.WriteString(fmt.Sprintf(`"%s": "%s"`, k, v))
|
||||
buf.WriteString(fmt.Sprintf("`%s`: `%s`", k, v))
|
||||
if c < len(types)-1 {
|
||||
buf.WriteString(", ")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue