Skip to content

Commit

Permalink
Fix deprecated go get command issue in assets-in-binary README. (gin-…
Browse files Browse the repository at this point in the history
  • Loading branch information
Pengfei-Lu authored Nov 6, 2023
1 parent fdef5bb commit 0e5e260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets-in-binary/example01/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a complete example to create a single binary with the

```sh
go get github.com/gin-gonic/gin
go get github.com/jessevdk/go-assets-builder
go install github.com/jessevdk/go-assets-builder@latest
```

### Generate assets.go
Expand Down

0 comments on commit 0e5e260

Please sign in to comment.