github.com/amarpal/go-tools@v0.0.0-20240422043104-40142f59f616/unused/testdata/src/example.com/named/named.go (about)

     1  package pkg
     2  
     3  type t1 struct{} //@ used("t1", true)
     4  type T2 t1       //@ used("T2", true)