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 baa11fd commit 5b4afe9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"github.com/hokaccha/go-prettyjson"
)

func daviLexerPrettyPrint() {
func main() {

fmt.Println("Running davi.go")

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"strings"
)

func daviParserPrettyPrint() {
func main() {

fmt.Println("Running davi.go")

Expand Down

0 comments on commit 5b4afe9

Please sign in to comment.