Gitiles
Code Review
Sign In
gerrit.opencord.org
/
maas
/
fc8b18e379186e727bfb182d750579294f23a4ec
/
.
/
foo
/
foo.go
blob: 7550055e09c2e5c517d4db53e2965b8751fb0c1a [
file
] [
log
] [
blame
]
Zsolt Haraszti
9f1085b
2016-05-12 16:07:43 -0700
[
diff
] [
blame
]
1
package main
2
3
import "fmt"
4
5
func main() {
6
fmt.Printf("hello, foo\n")
7
}
8