This repository is a compilation of projects developed in Go (GoLang), dedicated to the projects that I considered most relevant.
- Go (GoLang)
- Microservices
- WebSocket
- Clean Architecture
- Docker
- MongoDB
- Tests
-
Clone the reposirory:
git clone https://github.com/JoaoNt599/Go-Projects.git
cd project-name
go mod tidy
go run cmd/main.go
go test ./...