audreylim: main.go for Gophercon

Change-Id: Ie1dbc0ec21de29628c50907f965b6e610be1378e
Reviewed-on: https://go-review.googlesource.com/48812
Reviewed-by: Chris Broadfoot <cbro@golang.org>
This commit is contained in:
Audrey Lim 2017-07-15 11:33:58 -06:00 коммит произвёл Chris Broadfoot
Родитель 5b472e7814
Коммит c4369b9821
1 изменённых файлов: 11 добавлений и 0 удалений

11
audrey/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("hello audrey amend commit")
}