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:
Warren Harper 2017-07-15 11:15:28 -06:00 коммит произвёл Brad Fitzpatrick
Родитель bbedfde0ad
Коммит 34b43cc7bd
1 изменённых файлов: 11 добавлений и 0 удалений

11
wrrn/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("These stickers are awesome")
}