diff options
author | Ihar Suvorau <ihar.suvorau@gmail.com> | 2017-12-12 23:24:45 +0300 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2017-12-12 13:29:18 -0700 |
commit | 8355dce9d7c319ea471b46116962659e5bb0462d (patch) | |
tree | 6f64abf4a74e589a347a80f2b78c70b7a0003152 /docs/src/CLI | |
parent | c57e5849590b9a1feb8b96adc05800a47034b28e (diff) |
docs and readme updated to remove an excessive struct field (#106) (#208)
Diffstat (limited to 'docs/src/CLI')
-rw-r--r-- | docs/src/CLI/General-Usage.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/src/CLI/General-Usage.md b/docs/src/CLI/General-Usage.md index 993ff18..2928a53 100644 --- a/docs/src/CLI/General-Usage.md +++ b/docs/src/CLI/General-Usage.md @@ -46,7 +46,6 @@ type Review struct { Title string `json:"title"` Body string `json:"body"` Rating int `json:"rating"` - Tags []string `json:"tags"` } ``` |