1
0
mirror of https://github.com/nikoksr/notify.git synced 2025-02-13 13:18:35 +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") log.Println("notification sent")
} }
*/ */
package twilio package twilio

View File

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