Runs go fmt.

pull/4/head
Jim Teeuwen 2013-07-25 23:57:40 +02:00
parent ff063d28c6
commit dcda30b1ad
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ package main
// After startup of the program, all generated data files will
// put themselves in this map. The key is the full filename, as
// supplied to go-bindata.
var go_bindata = make(map[string]func() []byte)
var go_bindata = make(map[string] func() []byte)