Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bobimicroweber committed Aug 18, 2024
1 parent a5f6c52 commit baa11fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion misc/davi-lexer-pretty-print.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/hokaccha/go-prettyjson"
)

func main() {
func daviLexerPrettyPrint() {

fmt.Println("Running davi.go")

Expand Down
2 changes: 1 addition & 1 deletion misc/davi-parser-pretty-print.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strings"
)

func main() {
func daviParserPrettyPrint() {

fmt.Println("Running davi.go")

Expand Down

0 comments on commit baa11fd

Please sign in to comment.