gitee.com/haifengat/gotap_dipper@v0.0.4-0.20231212021028-041a6fa876e5/generate/struct.cgo.tpl (about)

     1  
     2  [[ range .]]
     3  struct [[ .Name ]] 
     4  {
     5      [[ range .Fields ]]
     6  	[[ cgo .Type .Name ]]; // [[ .Comment ]]
     7      [[ end ]]
     8  };
     9  [[ end ]]