From 1124d6ae8bc11367a1b483f0dc64a0d2b8e11847 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Tue, 12 Dec 2017 13:30:12 -0700 Subject: docs fix (#209) * upgrade from ponzu-dev or fork (#198) * 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') 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