I built this little api to learn Go and it's concepts following a video from @arthur404dev
This project was developed with the following technologies:
## 1. Clone repo
git clone https://github.com/guivictorr/gopportunities.git
## 2. Change to project folder
cd gopportunities
## 3. Install dependencies
go mod tidy
## 4. Run the app
go run main.go
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
Once your pull request has been merged, you can delete your branch.