Go Reference
Create a .env file containing the varibles RF_API_KEY using credentials from your regfish account (from Account, Security, API keys). Modify client_test.go and replace example.com with your own domain, then run go test -v to run the tests.
.env
RF_API_KEY
client_test.go
example.com
go test -v