Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Mangani <[email protected]>
  • Loading branch information
lmangani authored Jun 9, 2023
1 parent 3c04b07 commit 71e701b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/go/influxdb3-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ This client example is based on the Influxdb3-go official library from InfluxCom

## Build
```
go mod init flight
go mod tidy
go build -ldflags='-extldflags=-static -s -w' -o flight client.go
```

Expand Down

0 comments on commit 71e701b

Please sign in to comment.