Fix README.md

This commit is contained in:
Fatih Arslan 2014-07-27 16:54:16 +03:00
parent e8a7d20d51
commit e7708e7aa2

View File

@ -46,6 +46,7 @@ if err != nil {
// prints: []interface {}{true, 123456, "Arslan"} // prints: []interface {}{true, 123456, "Arslan"}
fmt.Printf("%#v", m) fmt.Printf("%#v", m)
```
```go ```go
// check if it's a struct or a pointer to struct // check if it's a struct or a pointer to struct