package main import ( "log" ) func main() { run() } func run() { log.Println("Hello world!") }