From c99bb81a88654c943e24e05f2a7087fd7b348cdf Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 9 Oct 2015 09:40:07 -0700 Subject: [PATCH] Make this build for now --- src/shuo-irc.com/cmd/scream/main.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/shuo-irc.com/cmd/scream/main.go b/src/shuo-irc.com/cmd/scream/main.go index 06ab7d0..70a7fe5 100644 --- a/src/shuo-irc.com/cmd/scream/main.go +++ b/src/shuo-irc.com/cmd/scream/main.go @@ -1 +1,7 @@ package main + +import "fmt" + +func main() { + fmt.Println("Hello world!") +}