(Go: >> BACK << -|- >> HOME <<)

Skip to content

Commit

Permalink
update readme for blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed May 31, 2019
1 parent 3334964 commit 9bf9963
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ type Foo struct {
1. verify only supports working with flat structures at the moment; it will not work with inner/embedded structs. Also,
2. Because this package makes use of reflection the tags may only be used on exported fields.

## TODO
## Blog Post

- maybe support 1 in limitations
- blog post
I wrote a blog post about how to make your own struct field tags. [Check it out here!](https://medium.com/@codyoss/creating-your-own-struct-field-tags-in-go-c6c86727eff)

0 comments on commit 9bf9963

Please sign in to comment.