gitlab.com/Raven-IO/raven-delve@v1.22.4/_fixtures/coreemptystring.go (about)

     1  package main
     2  
     3  func main() {
     4  	s := ""
     5  	t := "test"
     6  	panic("panic!!!")
     7  	println(s, t)
     8  }