github.com/gobwas/gtrace@v0.4.3/test/test_linux.go (about)

     1  // +build linux
     2  
     3  package test
     4  
     5  //go:generate gtrace -v
     6  
     7  //gtrace:gen
     8  type ConditionalBuildTrace struct {
     9  	OnSomething func()
    10  }