Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
davidrenne authored Dec 24, 2022
1 parent cd572f3 commit fffddc9
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,10 @@ Below are some targeted goals:
1. To start a new project with go modules (after go 1.13) run the following steps in a new console window. Note, this just gets all packages indirectly and they will be removed in your app as you begin to use them.

```
go mod init yourProject/packageName
go mod init github.com/username/packageName
```

If you want to just play with all packages run:

go get github.com/DanielRenne/GoCore

Otherwise [read the docs](https://pkg.go.dev/github.com/DanielRenne/GoCore) and see if anything adds value to your work and go get individual packages.
[Read the docs](https://pkg.go.dev/github.com/DanielRenne/GoCore) and see if anything adds value to your work and go get individual packages.

## Build GoCore Backend Only Webserver app

Expand Down

0 comments on commit fffddc9

Please sign in to comment.