github.com/rgonomic/rgo@v0.2.2-0.20220708095818-4747f0905d6e/internal/pkg/testdata/struct_byte_in_0/struct_byte_in.go (about)

     1  // Code generated by "go generate github.com/rgonomic/rgo/internal/pkg/testdata"; DO NOT EDIT.
     2  
     3  package struct_byte_in_0
     4  
     5  //{"in":["struct{F1 uint8; F2 uint8 \"rgo:\\\"Rname\\\"\"}","uint8"]}
     6  func Test0(par0 struct {
     7  	F1 byte
     8  	F2 byte "rgo:\"Rname\""
     9  }) {
    10  }