Skip to content

Commit

Permalink
greet heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
kr committed Apr 26, 2013
1 parent 0d5329a commit a66c42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web.go
Expand Up @@ -16,5 +16,5 @@ func main() {
}

func hello(res http.ResponseWriter, req *http.Request) {
fmt.Fprintln(res, "hello, world")
fmt.Fprintln(res, "hello, heroku")
}

0 comments on commit a66c42e

Please sign in to comment.