github.com/rgonomic/rgo@v0.2.2-0.20220708095818-4747f0905d6e/internal/pkg/testdata/struct_byte_out_0/struct_byte_out.go (about) 1 // Code generated by "go generate github.com/rgonomic/rgo/internal/pkg/testdata"; DO NOT EDIT. 2 3 package struct_byte_out_0 4 5 //{"out":["struct{F1 uint8; F2 uint8 \"rgo:\\\"Rname\\\"\"}","uint8"]} 6 func Test0() struct { 7 F1 byte 8 F2 byte "rgo:\"Rname\"" 9 } { 10 var res0 struct { 11 F1 byte 12 F2 byte "rgo:\"Rname\"" 13 } 14 return res0 15 }