gin-gonic / examples

A repository to host examples and tutorials for Gin.
https://gin-gonic.com/docs/
MIT License
3.76k stars 651 forks source link

Fix deprecated go get command issue in assets-in-binary README. #132

Closed Pengfei-Lu closed 11 months ago

Pengfei-Lu commented 1 year ago

As the offical go document describes:

Starting in Go 1.17, installing executables with go get is deprecated. go install may be used instead.

Therefore, go-assets-builder module executable should be installed by go install command instead of go get command.

Pengfei-Lu commented 11 months ago

Any update about this? @appleboy