package main import myfmt "fmt" func greet2() { myfmt.Println("Hello world!") }