blob: 46c058ef1dfbc22492e586107c5ab230ecc2be60 [file] [log] [blame]
package main
import (
"fmt"
"example.com/lib"
)
func main() {
fmt.Printf("Hello %s!", lib.Name())
}