Skip to content

flip-id/freshchat

Repository files navigation

Freshchat

Go Reference Go Report Card

Freshchat API client library using Go, https://developers.freshchat.com/api/#whatsapp.

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