func main()

in sample-apps/prometheus-sample-app/main.go [7:11]


func main() {

	cmd := metrics.CommandLine{}
	cmd.Run()
}