DEBSOURCES
Skip Quicknav
sources / golang-github-urfave-cli-v2 / 2.25.7-5 / internal / 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") }