diff options
author | Steve Manuel <nilslice@gmail.com> | 2017-12-12 13:30:12 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-12 13:30:12 -0700 |
commit | 1124d6ae8bc11367a1b483f0dc64a0d2b8e11847 (patch) | |
tree | 6f64abf4a74e589a347a80f2b78c70b7a0003152 /README.md | |
parent | e43cda203b2b3eadab6bea1891e83fe232555fb5 (diff) |
docs fix (#209)
* upgrade from ponzu-dev or fork (#198)
* docs and readme updated to remove an excessive struct field (#106) (#208)
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -107,7 +107,6 @@ type Review struct { Title string `json:"title"` Body string `json:"body"` Rating int `json:"rating"` - Tags []string `json:"tags"` } ``` |