Runs go fmt on all code.

This commit is contained in:
Jim Teeuwen 2013-11-28 10:23:49 +01:00
parent 29bd83be41
commit 7b1a94122f
4 changed files with 21 additions and 21 deletions

View File

@ -1,8 +1,8 @@
package feeder package feeder
import ( import (
"testing"
"io/ioutil" "io/ioutil"
"testing"
) )
var items []*Item var items []*Item