Skip to content

Commit

Permalink
add note about go version info
Browse files Browse the repository at this point in the history
  • Loading branch information
Esgrove committed Feb 23, 2024
1 parent b2ffd70 commit caeaf12
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,20 @@ go run .

## Build

Manually:
Using script:

```shell
go build -v
./build.sh
```

Or using script:
Manually:

```shell
./build.sh
go build -v
```

Note that version information only works when building with script since that sets the required variables.

## Install

```shell
Expand Down

0 comments on commit caeaf12

Please sign in to comment.