github.com/0xKiwi/rules_go@v0.24.3/tests/legacy/examples/proto/embed/embed.go (about)

     1  package embed
     2  
     3  func OtherThing() *EmbedExample {
     4  	return &EmbedExample{
     5  		A: 42,
     6  	}
     7  }