import "myitcv.io/immutable/cmd/immutableVet/_testFiles"
gen_test_immutableGen.go test.go
type Dummy struct {
// contains filtered or unexported fields
}
Dummy is an immutable type and has the following template:
struct { Name string }
SetName is the setter for Name()
type Dummy2 struct {
// contains filtered or unexported fields
}
Dummy2 is an immutable type and has the following template:
struct { name []byte other *Dummy3 mine MyIntf another MyType }
type Dummy3 struct {
// contains filtered or unexported fields
}
Dummy3 is an immutable type and has the following template:
struct { other *Dummy2 }
type MyIntf interface {
IsMyIntf()
}
Package _testFiles imports 1 packages (graph). Updated 2019-08-09. Refresh now. Tools for package owners.