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 4, 2023
1 parent a458811 commit 795c5d9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ Example gRPC Flight SQL API client using golang
go mod tidy
go run flightsql.go
```

#### Static
```
CGO_ENABLED=0 go build -ldflags="-extldflags=-static" -o flightsql flightsql.go
```

0 comments on commit 795c5d9

Please sign in to comment.