diff --git a/.gitignore b/.gitignore index 3438456..e636705 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,6 @@ _testmain.go glide.lock -Gopkg.lock \ No newline at end of file +Gopkg.lock + +.idea/ \ No newline at end of file diff --git a/web/pkg/builders/youtube.go b/web/pkg/builders/youtube.go index 901cc31..eb9f5d8 100644 --- a/web/pkg/builders/youtube.go +++ b/web/pkg/builders/youtube.go @@ -2,15 +2,16 @@ package builders import ( "fmt" - "github.com/BrianHicks/finch/duration" - itunes "github.com/eduncan911/podcast" - "github.com/mxpv/podsync/web/pkg/database" - "github.com/pkg/errors" - "google.golang.org/api/youtube/v3" "net/http" "net/url" "strings" "time" + + "github.com/BrianHicks/finch/duration" + itunes "github.com/mxpv/podcast" + "github.com/mxpv/podsync/web/pkg/database" + "github.com/pkg/errors" + "google.golang.org/api/youtube/v3" ) const ( diff --git a/web/pkg/builders/youtube_test.go b/web/pkg/builders/youtube_test.go index 665fa0d..a896595 100644 --- a/web/pkg/builders/youtube_test.go +++ b/web/pkg/builders/youtube_test.go @@ -1,9 +1,10 @@ package builders import ( + "testing" + "github.com/mxpv/podsync/web/pkg/database" "github.com/stretchr/testify/require" - "testing" ) var ytKey = "AIzaSyAp0mB03BFY3fm0Oxaxk96-mnE0D3MeUp4"