repo.or.cz
/
binutils-gdb
/
blckswan.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic date update in version.in
[binutils-gdb/blckswan.git]
/
gdb
/
testsuite
/
gdb.go
/
package1.go
blob
ec538bafaf0516458f10d257cb1b80bf15712294
1
package
main
2
3
import
(
4
"fmt"
5
"package2"
6
)
7
8
func
main
() {
9
fmt
.
Println
(
"Shall we?"
)
10
package2
.
Foo
()
11
}