Change-Id: I3a2e0584d479f6d221b1965b52e8cd48424acd35
Reviewed-on: https://go-review.googlesource.com/136075
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
This commit is contained in:
Marc Sánchez Díaz 2018-09-18 19:43:32 +02:00 коммит произвёл Daniel Martí
Родитель b72dd15bc1
Коммит 2608af045d
1 изменённых файлов: 11 добавлений и 0 удалений

11
msd/main.go Normal file
Просмотреть файл

@ -0,0 +1,11 @@
// 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
import "fmt"
func main() {
fmt.Println("containers rule!")
}