Update store/store_test.go

This commit is contained in:
yosssi 2014-06-18 11:04:13 +09:00
parent fcc987616b
commit abb44fd4b5

View file

@ -269,4 +269,6 @@ func TestNew(t *testing.T) {
func ExampleNew() {
fmt.Println("This is an example.")
// Output:
// aaa
}