From fffddc9d5b5986e7eb11259beaa6d13b0a2aadd4 Mon Sep 17 00:00:00 2001 From: davidrenne Date: Sat, 24 Dec 2022 19:30:30 +0000 Subject: [PATCH] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fdc7569f..6a220d62 100644 --- a/README.md +++ b/README.md @@ -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