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
- Host: GitHub
- URL: https://github.com/vs4vijay/go-world
- Owner: vs4vijay
- Created: 2019-10-07T17:20:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-05T06:05:27.000Z (about 6 years ago)
- Last Synced: 2025-01-10T16:44:02.185Z (over 1 year ago)
- Topics: api, docker, docker-compose, go, golang
- Language: Go
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```