Skip to content

Commit

Permalink
Merge pull request #146 from steveoc64/add-std-generated-header
Browse files Browse the repository at this point in the history
Add std generated header
  • Loading branch information
GeertJohan authored Sep 2, 2019
2 parents 2cd2eb8 + f749f6f commit 48f549f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rice/embed-go.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func writeBoxesGo(pkg *build.Package, out io.Writer) error {
}

verbosef("\n")
out.Write([]byte("// Code generated by rice embed-go; DO NOT EDIT.\n"))

var boxes []*boxDataType

Expand Down

0 comments on commit 48f549f

Please sign in to comment.