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

     1  // Code generated by "go generate github.com/rgonomic/rgo/internal/pkg/testdata"; DO NOT EDIT.
     2  
     3  package struct_complex128_out_0
     4  
     5  //{"out":["complex128","struct{F1 complex128; F2 complex128 \"rgo:\\\"Rname\\\"\"}"]}
     6  func Test0() struct {
     7  	F1 complex128
     8  	F2 complex128 "rgo:\"Rname\""
     9  } {
    10  	var res0 struct {
    11  		F1 complex128
    12  		F2 complex128 "rgo:\"Rname\""
    13  	}
    14  	return res0
    15  }