Skip to content

Commit

Permalink
Fix CS
Browse files Browse the repository at this point in the history
  • Loading branch information
sagikazarmark committed Apr 1, 2018
1 parent 5201ea6 commit e2b4f35
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
12 changes: 5 additions & 7 deletions generator.go
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
package main

import (
"fmt"

"fmt"

"github.com/gobuffalo/packr"
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/protoc-gen-go/descriptor"
plugin "github.com/golang/protobuf/protoc-gen-go/plugin"

"github.com/gobuffalo/packr"
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/protoc-gen-go/descriptor"
plugin "github.com/golang/protobuf/protoc-gen-go/plugin"
)

type generator struct {
Expand Down
3 changes: 2 additions & 1 deletion template.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@ package main

import (
"bytes"
"strings"
"text/template"

"github.com/Masterminds/sprig"
"strings"
)

func TxtFuncMap() template.FuncMap {
Expand Down

0 comments on commit e2b4f35

Please sign in to comment.