Readme: small typo

This commit is contained in:
Fatih Arslan 2014-08-11 04:17:19 +03:00
parent d06e3eb5fe
commit 353ac3c164

View File

@ -135,7 +135,7 @@ for _, f := range fields {
if f.IsExported() {
fmt.Printf("value : %+v\n", f.Value())
fmt.Printf("is zero : %+v\n", f.Value())
fmt.Printf("is zero : %+v\n", f.IsZero())
}
}
```