We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a968a3e commit 5f27594Copy full SHA for 5f27594
Makefile
@@ -6,5 +6,6 @@ install:
6
test:
7
go test ./...
8
9
-fmt:
10
- gofmt -w twilio/*
+goimports:
+ go get golang.org/x/tools/cmd/goimports
11
+ goimports -w twilio/rest
0 commit comments