Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 681 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 681 Bytes

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 ./...