blob: c3e8de1276db3233b292cd796911c9f686e2bfcf [file] [log] [blame]
package main
import "my.pkg"
func main() {
println(pkg.Text)
}