DEBSOURCES
Skip Quicknav
sources / delve / 1.24.0-4 / _fixtures / coreemptystring.go
12345678
package main func main() { s := "" t := "test" panic("panic!!!") println(s, t) }