golang-gin-realworld-example-app
golang-gin-realworld-example-app copied to clipboard
Exemplary real world application built with Golang + Gin
Hi, Thank you for the project! I'm having some problems to start the application. I'm using golang `go1.17.2 darwin/amd64` and right after `go run hello.go` I'm getting the following error:...
I suspect the problems you reported are due to changes in some of the dependencies. I went back to your previous commit on master, regenerated go.mod, and synced it with...
removed vendor system and added go module. added the vote feature changed the gin package version
https://github.com/gothinkster/golang-gin-realworld-example-app/issues/5
I'm learning golang and found this great realworld example app with test cases. But then realize that there is no e2e tests. How would you make and organize end to...
Issue #32