Runs go fmt.
This commit is contained in:
parent
ff063d28c6
commit
dcda30b1ad
2
testdata/bindata-toc.go
vendored
2
testdata/bindata-toc.go
vendored
|
@ -4,4 +4,4 @@ package main
|
||||||
// After startup of the program, all generated data files will
|
// After startup of the program, all generated data files will
|
||||||
// put themselves in this map. The key is the full filename, as
|
// put themselves in this map. The key is the full filename, as
|
||||||
// supplied to go-bindata.
|
// supplied to go-bindata.
|
||||||
var go_bindata = make(map[string]func() []byte)
|
var go_bindata = make(map[string] func() []byte)
|
Loading…
Reference in New Issue
Block a user