Skip to content

Commit 271a3b8

Browse files
author
Edward Muller
committed
Add heroku button.
1 parent 5f6574f commit 271a3b8

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
1+
12
# go-getting-started
23

4+
[![Deploy](https://www.herokucdn.com/deploy/button.png)](https://heroku.com/deploy)
5+
36
A barebones Go app, which can easily be deployed to Heroku.
47

58
This application supports the [Getting Started with Go on Heroku](https://devcenter.heroku.com/articles/getting-started-with-go) article - check it out.
@@ -31,4 +34,3 @@ $ heroku open
3134
For more information about using Go on Heroku, see these Dev Center articles:
3235

3336
- [Go on Heroku](https://devcenter.heroku.com/categories/go)
34-

app.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "go-getting-started",
3+
"description": "Go Getting Started Example App",
4+
"keywords": [
5+
"getting-started",
6+
"go",
7+
"sample",
8+
"example"
9+
],
10+
"website": "http://github.com/heroku/go-getting-started",
11+
"repository": "http://github.com/heroku/go-getting-started",
12+
"env": {
13+
"BUILDPACK_URL": "https://github.com/heroku/heroku-buildpack-go"
14+
}
15+
}

0 commit comments

Comments
 (0)