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

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"

Awesome Lists containing this project

README

          

### Golang Microservices
Gopher
---
#### 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
```
---