Merge pull request #22 from PragmaticCypher/master
Fix misspelling in README
This commit is contained in:
commit
cff54a6885
@ -133,7 +133,7 @@ httpServer := s.Field("Server").Fields()
|
|||||||
```
|
```
|
||||||
|
|
||||||
We can also get a slice of Fields from the Struct type to iterate over all
|
We can also get a slice of Fields from the Struct type to iterate over all
|
||||||
fields. This is handy if you whish to examine all fields:
|
fields. This is handy if you wish to examine all fields:
|
||||||
|
|
||||||
```go
|
```go
|
||||||
// Convert the fields of a struct to a []*Field
|
// Convert the fields of a struct to a []*Field
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user