Skip to content

Commit

Permalink
fmt/lint
Browse files Browse the repository at this point in the history
  • Loading branch information
peterschubert committed May 22, 2017
1 parent d72a71b commit 3be6542
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion es_client.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package main

import (
log "github.com/Sirupsen/logrus"
awsauth "github.com/smartystreets/go-aws-auth"
"gopkg.in/olivere/elastic.v2"
log "github.com/Sirupsen/logrus"
"net/http"
)

Expand Down
2 changes: 1 addition & 1 deletion es_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ package main
import (
"encoding/json"
"errors"
"fmt"
"gopkg.in/olivere/elastic.v2"
"io/ioutil"
"reflect"
"sync"
"fmt"
)

var referenceIndex *elasticIndex
Expand Down
2 changes: 1 addition & 1 deletion imagesetUUIDGenerator.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (

var magic = toBitSet(NewNameUUIDFromBytes([]byte("imageset")).lsb)

// GenerateImageSetUUID generated the image set UUID corresponding to the given
// GenerateUUID generated the image set UUID corresponding to the given
// image UUID
func GenerateUUID(imageUUID UUID) (UUID, error) {
uuidBits := toBitSet(imageUUID.lsb)
Expand Down

0 comments on commit 3be6542

Please sign in to comment.