编辑代码

package lib1
import "fmt"
func Lib1Test(){
    fmt.Println("Lib1Test")
}
func init(){
    fmt.Println("lib1.init()")
}