зеркало из https://github.com/golang/scratch.git
wrrn: Add a new package
Add a new package for gophercon Change-Id: I89367e324929d9411643180f05bf58d790a4f700 Reviewed-on: https://go-review.googlesource.com/48656 Reviewed-by: Han-Wen Nienhuys <hanwen@google.com> Reviewed-by: Jessica Frazelle <me@jessfraz.com> Run-TryBot: Han-Wen Nienhuys <hanwen@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Родитель
bbedfde0ad
Коммит
34b43cc7bd
|
@ -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("These stickers are awesome")
|
||||
}
|
Загрузка…
Ссылка в новой задаче