Skip to content

Commit

Permalink
Merge pull request #1 from Financial-Times/workbalancer
Browse files Browse the repository at this point in the history
Refactored imports
  • Loading branch information
Mihai Sorin Moisa authored Feb 12, 2018
2 parents c8574f6 + 699f8d5 commit b9de9c9
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const (
scopeBoth = "both"
scopeContent = "content"
scopeMetadata = "metadata"
collectionV1Metadata = "v1-metadata"
cmsNotifier = "cms-notifier"
cmsMetadataNotifier = "cms-metadata-notifier"
)
Expand Down
3 changes: 1 addition & 2 deletions notifierClient.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
package main

import (
"bytes"
"fmt"
"io"
"io/ioutil"
"net/http"
"net/url"

"bytes"

"github.com/Financial-Times/transactionid-utils-go"
log "github.com/sirupsen/logrus"
)
Expand Down
1 change: 0 additions & 1 deletion uuidCollectionRepublisher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"time"

"github.com/stretchr/testify/assert"

"github.com/stretchr/testify/mock"
)

Expand Down
2 changes: 1 addition & 1 deletion uuidRepublisher.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"fmt"

transactionidutils "github.com/Financial-Times/transactionid-utils-go"
"github.com/Financial-Times/transactionid-utils-go"
log "github.com/sirupsen/logrus"
)

Expand Down
1 change: 0 additions & 1 deletion uuidRepublisher_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"testing"

"github.com/stretchr/testify/assert"

"github.com/stretchr/testify/mock"
)

Expand Down

0 comments on commit b9de9c9

Please sign in to comment.