Skip to content

Commit

Permalink
test: commit output
Browse files Browse the repository at this point in the history
  • Loading branch information
muandane committed Jun 5, 2024
1 parent 5b2d2a4 commit 2ebabab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ import (
"github.com/muandane/goji/cmd"
)

// main is the entry point of the Go program.
//
// It calls the Execute function from the cmd package to execute the command.
func main() {
cmd.Execute()
}

0 comments on commit 2ebabab

Please sign in to comment.