From 9dad6f593510c0ac1594fac6c6c5832fd3a9deff Mon Sep 17 00:00:00 2001 From: Zaq? Wiedmann Date: Thu, 15 Aug 2019 02:24:00 +0000 Subject: [PATCH] Merge request to expose review features on these files --- README.md | 2 +- cmd/web-api/README.md | 6 +----- cmd/web-app/README.md | 5 +---- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index c5fb683..75e88ec 100644 --- a/README.md +++ b/README.md @@ -614,4 +614,4 @@ documentation or just send us your feedback and suggestions ; ) ## Join us on Gopher Slack If you are having problems installing, troubles getting the project running or would like to contribute, join the -channel #saas-starter-kit on [Gopher Slack](http://invite.slack.golangbridge.org/) +channel #saas-starter-kit on [Gopher Slack](http://invite.slack.golangbridge.org/) \ No newline at end of file diff --git a/cmd/web-api/README.md b/cmd/web-api/README.md index 31eeb01..3f3007b 100644 --- a/cmd/web-api/README.md +++ b/cmd/web-api/README.md @@ -295,8 +295,4 @@ Ensure the `pkg` directory used for go module cache has the correct permissions. ```bash sudo chown -R $(whoami):staff ${HOME}/go/pkg sudo chmod -R 755 ${HOME}/go/pkg -``` - - - - +``` \ No newline at end of file diff --git a/cmd/web-app/README.md b/cmd/web-app/README.md index 83f75b8..2cdc047 100644 --- a/cmd/web-app/README.md +++ b/cmd/web-app/README.md @@ -111,7 +111,4 @@ This web-app service eventually will include the following: - project items (tasks) - view item - create item (adds task to checklist) - - update item - - - + - update item \ No newline at end of file