Sign in
go
/
vgo
/
7e8a4e905700cb0043df56d42211e121276bc25b
/
.
/
vendor
/
cmd
/
go
/
testdata
/
src
/
notest
/
hello.go
blob: 7c42c32fb0abcae9ad478b2e9b324b4de4814526 [
file
] [
log
] [
blame
]
package notest
func hello() {
println("hello world")
}
Hello world