Change-Id: I7fde8a1b4ba123db3413e2a00df520e03d8deffa
Reviewed-on: https://go-review.googlesource.com/48754
Reviewed-by: Jessica Frazelle <me@jessfraz.com>
This commit is contained in:
Max Moroz 2017-07-15 10:32:44 -07:00 коммит произвёл Jessica Frazelle
Родитель 57316da28b
Коммит bbc2830a7e
1 изменённых файлов: 10 добавлений и 0 удалений

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

@ -0,0 +1,10 @@
// 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("Gopher!!!")
}