Skip to content

Commit

Permalink
bring imports back
Browse files Browse the repository at this point in the history
  • Loading branch information
cswank committed Aug 8, 2019
1 parent 0889f01 commit 05ac09b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/gen/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ var tpl = `package {{.Package}}
import (
"fmt"
"io"
"bytes"
"strings"
"encoding/binary"
"github.com/parsyl/parquet"
{{.Import}}
Expand Down

0 comments on commit 05ac09b

Please sign in to comment.