Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
birdayz authored and johanbrandhorst committed Jan 9, 2019
1 parent c4aae91 commit e5ffc3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions protoc-gen-swagger/genswagger/template.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package genswagger

import (
"encoding/json"
"fmt"
"os"
"reflect"
Expand All @@ -9,8 +10,6 @@ import (
"strings"
"sync"

"encoding/json"

"github.com/golang/protobuf/proto"
pbdescriptor "github.com/golang/protobuf/protoc-gen-go/descriptor"
"github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor"
Expand Down

0 comments on commit e5ffc3b

Please sign in to comment.