Skip to content

Commit

Permalink
Add comment to note statik.go is generated
Browse files Browse the repository at this point in the history
  • Loading branch information
rakyll committed Aug 23, 2017
1 parent 25d6cab commit 52b88e3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion statik.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,9 @@ func generateSource(srcPath string) (file *os.File, err error) {

// then embed it as a quoted string
var qb bytes.Buffer
fmt.Fprintf(&qb, `package %s
fmt.Fprintf(&qb, `// Code generated by statik. DO NOT EDIT.
package %s
import (
"github.com/rakyll/statik/fs"
Expand Down

0 comments on commit 52b88e3

Please sign in to comment.