package main import ( "fmt" "somelocalpacket/somefile" ) func main() { vat myobj somefile.Test // myobj : Test }
Last updated 4 years ago