DEBSOURCES
Skip Quicknav
sources / delve / 1.26.0-2 / _fixtures / issue561.go
1234567891011
package main import "fmt" func testfunction() { fmt.Printf("here!\n") } func main() { testfunction() }