You've already forked golang-saas-starter-kit
mirror of
https://github.com/raseels-repos/golang-saas-starter-kit.git
synced 2025-07-13 01:30:19 +02:00
Merge request to expose review features on these files
This commit is contained in:
@ -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/)
|
@ -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
|
||||
```
|
||||
|
||||
|
||||
|
||||
|
||||
```
|
@ -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
|
Reference in New Issue
Block a user