package main import ( "fmt" "hello/lib" ) func main() { fmt.Println("hello world") lib.Lib() }