// exgl6.go example create and call functions and procedures package main import("fmt") func main() { fmt.Println("go run exgl6.go running") fmt.Println("exgl6.go finished") }