blob: 8fa3cb4b76f8d4dc5f4cf5966fa24be731a38905 [file] [log] [blame]
// Copyright 2017 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
/*Package main has the main code of the example
for contributing to go, in the gophercon
*/
package main
import "fmt"
func main() {
fmt.Println("containers rule!")
}