github.com/undoio/delve@v1.9.0/_fixtures/internal/dir1/pkg/main.go (about) 1 package pkg 2 3 var A = 1 4 5 type SomeType struct { 6 X int 7 Y int 8 }