1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-02-11 13:15:34 +02:00

style(fmt): make fmt

This commit is contained in:
Niko Köser 2022-08-04 16:43:37 +02:00
parent d4f314ce5a
commit 23d72681c3
No known key found for this signature in database
GPG Key ID: F3F28C118DAA6375
2 changed files with 2 additions and 5 deletions

View File

@ -31,6 +31,5 @@ Usage:
log.Println("notification sent")
}
*/
package twilio

View File

@ -3,13 +3,11 @@
package twilio
import (
mock "github.com/stretchr/testify/mock"
url "net/url"
testing "testing"
twilio "github.com/kevinburke/twilio-go"
url "net/url"
mock "github.com/stretchr/testify/mock"
)
// mockTwilioClient is an autogenerated mock type for the twilioClient type