From 8355dce9d7c319ea471b46116962659e5bb0462d Mon Sep 17 00:00:00 2001 From: Ihar Suvorau Date: Tue, 12 Dec 2017 23:24:45 +0300 Subject: docs and readme updated to remove an excessive struct field (#106) (#208) --- docs/src/CLI/General-Usage.md | 1 - 1 file changed, 1 deletion(-) (limited to 'docs/src') 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"` } ``` -- cgit v1.2.3