DEBSOURCES
Skip Quicknav
sources / golang-github-urfave-cli-v3 / 3.3.8-2 / examples / example-hello-world / example-hello-world.go
123456789
// example hello world used for binary size checking package main import "fmt" func main() { fmt.Println("hello world") }