index
:
golang
debian-sid
pristine-tar
upstream-sid
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cmd
/
go
/
testdata
/
local
/
easysub
/
main.go
blob: 6c30b52362e45ed4d01d567a7452f4c729766165 (
plain
)
1
2
3
4
5
6
7
8
9
// +build ignore
package
main
import
"."
func
main
() {
easysub
.
Hello
()
}