Skip to content

Commit 5f27594

Browse files
authored
chore: add goimports formatting (#46)
1 parent a968a3e commit 5f27594

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Makefile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ install:
66
test:
77
go test ./...
88

9-
fmt:
10-
gofmt -w twilio/*
9+
goimports:
10+
go get golang.org/x/tools/cmd/goimports
11+
goimports -w twilio/rest

0 commit comments

Comments
 (0)