Skip to content

Commit

Permalink
drewvanstone: add printing example for Gophercon 2018
Browse files Browse the repository at this point in the history
Change-Id: I082695e971d4d614cbee15cedeae6095ab9a184c
Reviewed-on: https://go-review.googlesource.com/132265
Run-TryBot: Ian Lance Taylor <[email protected]>
TryBot-Result: Gobot Gobot <[email protected]>
Reviewed-by: Ian Cottrell <[email protected]>
  • Loading branch information
drewvanstone authored and ianlancetaylor committed Aug 30, 2018
1 parent 291feda commit b9918d0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions drewvanstone/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
// 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.

// This tool proclaims the ruliness of tools.
package main

import (
"fmt"
)

func main() {
fmt.Println("Hello Gophercon2018")
}

0 comments on commit b9918d0

Please sign in to comment.