github.com/jgarto/itcv@v0.0.0-20180826224514-4eea09c1aa0d/cmd/stateGen/_testFiles/template.go (about) 1 package banana 2 3 import "bytes" 4 5 var root _Node_App 6 7 type _Node_App struct { 8 Model *bytes.Buffer 9 TaggingScreen *_Node_Tagging 10 } 11 12 type _Node_Tagging struct { 13 Name string 14 }