Sign in
go
/
scratch
/
00d5106659f15de8b08ec9c6a51758596d984c92
/
.
/
aman
/
main.go
blob: 9779223b2e9d2e94a27e8bfca14086fb1447660b [
file
] [
log
] [
blame
]
amandhora
73473e5
2017-07-15 13:32:09 -0700
[
diff
] [
blame
]
1
// Copyright 2017 The Go Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style
3
// license that can be found in the LICENSE file.
4
5
package main
6
7
import "fmt"
8
9
func main() {
10
fmt.Println("containers rule!")
11
12
}