O

Results 1 comments of O

@SnowingFox firstly get your version `go version` command, after that if your go >= 1.17 ```shell go install github.com/gin-gonic/gin@latest ``` go < 1.17 ```shell go get github.com/gin-gonic/gin ```