Skip to content

flip-id/wappin

Repository files navigation

Wappin

Go Reference Go Report Card

Wappin API client library. https://wappin.id.

How to Test

To run the integration tests, we need to do the following:

  1. Make a new copy of .env.example to .env by running this command below:
cat .env.example > .env
  1. Fill the new .env with the parameter that we already prepared.
  2. Run the tests by running this command:
go test -v -race -tags=integration -covermode=atomic ./...