index
:
golang-1.20
debian
progress-linux
upstream
debian 12 backports: golang
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
go
/
doc
/
testdata
/
examples
/
whole_function_external.golden
blob: ec8f114abe255381466f285675743afa88065312 (
plain
)
1
2
3
4
5
6
7
8
-- .Play -- package main func foo(int) func main() { foo(42) }