Warning: This note is for developer/maintainer of this package only
- Make your changes
- Update
libraryVersion
value onmidtrans.go
file - To install dev dependencies with go module run
go mod tidy
on repo folder - To run test, run
go test github.com/midtrans/midtrans-go/coreapi
go test github.com/midtrans/midtrans-go/snap
go test github.com/midtrans/midtrans-go/iris
- Commit and push changes to Github master branch
- Create a Github Release with the target version
- Github Release and Master Branch are automatically synced to Go Packages