Типы

package main

import (
    "fmt"
    "somelocalpacket/somefile"
)

func main() {
    vat myobj somefile.Test  // myobj : Test
}

Last updated