github.com/cnboonhan/delve@v0.0.0-20230908061759-363f2388c2fb/_fixtures/internal/dir0/renamedpackage/main.go (about)

     1  package realname
     2  
     3  type SomeType struct {
     4  	A bool
     5  }