```go //go:generate gotypeconverter -s Foo -d Bar -o main.go . func ConvFooToBar(src Foo) (dst Bar){ ... }