Skip to content

Commit

Permalink
Go build
Browse files Browse the repository at this point in the history
  • Loading branch information
rogervinas committed Nov 21, 2023
1 parent f332232 commit 8845f7a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@
## Run this project using 🐳 [docker](https://www.docker.com/)
* Execute `./docker-run.sh`
* Once inside the container:
* Test with `go test -test.v`
* Run with `go run .`
* Test with `go test -test.v`
* Run with `go run .`
* Build with `go build`

## Run this project locally

Expand All @@ -19,6 +20,7 @@
### Run locally
* Test with `go test -test.v`
* Run with `go run .`
* Build with `go build`

### Create project from scratch
* Execute `go mod init org.hello/main`

0 comments on commit 8845f7a

Please sign in to comment.