github.com/cnboonhan/delve@v0.0.0-20230908061759-363f2388c2fb/_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  }