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