xxxxxxxxxx
type T struct {
name string // name of the object
value int // its value
}
xxxxxxxxxx
type T struct {
name string // name of the object
value int // its value
}
xxxxxxxxxx
// Package path implements utility routines for
// manipulating slash-separated filename paths.