package lib import "fmt" func Lib() { fmt.Println("lib") }