Something like: ``` type Example { Data *Data } type Data { // ... } ``` Probably would be translated directly to a pointer struct in go
Something like:
Probably would be translated directly to a pointer struct in go