https://github.com/evertonsavio/go-web
MInimal microservice with Golang using gin. "Its time to Go"
https://github.com/evertonsavio/go-web
Last synced: about 1 month ago
JSON representation
MInimal microservice with Golang using gin. "Its time to Go"
- Host: GitHub
- URL: https://github.com/evertonsavio/go-web
- Owner: evertonsavio
- Created: 2021-05-22T14:52:50.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-25T19:42:14.000Z (about 5 years ago)
- Last Synced: 2025-01-02T12:12:53.490Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 3.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Golang Microservices
---
#### IDE (VS Code) Setup for Golang
---
* Day: ATOM ONE LIGHT THEME
* Night: Monokai Pro
* VSCode Great Icons
* Go Go Team at Google
* Go Nightly
---
### IDE IntelliJ
* Gopher
---
#### PATH Variables setup
```
# .bash_profile
export GOROOT=/usr/local/go
export PATH=$PATH:$GOROOT/bin
export GOPATH=/home/havyx/Documents/workspaces/golang
```
---