DEBSOURCES
Skip Quicknav
sources / golang-github-akavel-rsrc / 1%3A0.10.2-1 / testdata / tmp.go
1234567
package main import "fmt" func main() { fmt.Println("hello world") }