Hello World in Go
Source code organization
Since GO1.11 we've had two ways of organizing go code: one is, using GOPATH and the second one is using go mod. GOPATH the structure was widely in use and kind of only way to structure your go code before GO1.11. In this blog...
pratikjagrut.hashnode.dev4 min read