- Instal golang
- got init 'project name'
- touch calls.go
- go get -u github.com/VictorAvelar/mollie-api-go/v2
- go get -u github.com/gin-gonic/gin
- go mod download github.com/google/go-querystring
- go run calls.go
- To call the gingonic: curl "http://localhost:8080/payment"
https://www.mollie.com
https://docs.mollie.com
https://github.com/gin-gonic/gin
https://github.com/VictorAvelar/mollie-api-go