Skip to content

Commit

Permalink
Merge pull request #133 from sashamelentyev/move-gen-note-to-top
Browse files Browse the repository at this point in the history
chore: mv code gen note to top
  • Loading branch information
pointlander authored Jan 10, 2024
2 parents 047adc6 + ad46387 commit a4f5c50
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions buildinfo.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ const (
// VERSION is the version of peg
VERSION = "unknown"
// BUILDTIME is the build time of peg
BUILDTIME = "2020-08-26T03:40:14"
BUILDTIME = "2024-01-10T10:51:19"
// COMMIT is the commit hash of peg
COMMIT = "5cdb3adc061370cdd20392ffe2740cc8db104126"
COMMIT = "047adc6e3cbbd46edaadb58ff9abc399c429ddc0"
// IS_TAGGED is there a version
IS_TAGGED = false
)
4 changes: 2 additions & 2 deletions peg.peg.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions tree/peg.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ import (
"github.com/pointlander/jetset"
)

const pegHeaderTemplate = `package {{.PackageName}}
// Code generated by {{.Generator}} DO NOT EDIT.
const pegHeaderTemplate = `// Code generated by {{.Generator}}. DO NOT EDIT.
package {{.PackageName}}
import (
{{range .Imports}}"{{.}}"
Expand Down

0 comments on commit a4f5c50

Please sign in to comment.