github.com/undoio/delve@v1.9.0/_fixtures/internal/dir.io/dir.go (about)

     1  package dirio
     2  
     3  type SomeType struct {
     4  	X int
     5  }
     6  
     7  var A string = "something"
     8  
     9  func SomeFunction() {
    10  	println("hello world")
    11  }