github.com/neilgarb/delve@v1.9.2-nobreaks/_fixtures/issue561.go (about) 1 package main 2 3 import "fmt" 4 5 func testfunction() { 6 fmt.Printf("here!\n") 7 } 8 9 func main() { 10 testfunction() 11 }