An open API service indexing awesome lists of open source software.

https://github.com/vs4vijay/go-world


https://github.com/vs4vijay/go-world

api docker docker-compose go golang

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Go-World

https://go-world.fly.dev/

---

### Development Notes

```

go mod init go-world

go run cmd/app/main.go

go get github.com/joeshaw/envdecode

go get github.com/go-chi/ch

fmt.Sprintf(":%d", appConf.Server.Port)

https://medium.com/learning-cloud-native-go/lets-get-it-started-dc4634ef03b

https://github.com/golang-standards/project-layout

```