blob: fcfdc4f617d2667e21ff1fd45c66c529f7c5de95 [file] [log] [blame]
// Copyright 2018 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("This change is for GopherCon 2018")
fmt.Println("More changes for GopherCon")
}