gitlab.com/Raven-IO/raven-delve@v1.22.4/_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  }