Skip to content

Commit

Permalink
Small doc update.
Browse files Browse the repository at this point in the history
  • Loading branch information
Edward Muller committed Oct 17, 2016
1 parent 2502028 commit d74cf56
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions README.md
Expand Up @@ -19,7 +19,7 @@ There's also a hello world sample app at
```
$ ls -A1
.git
Godeps
vendor
Procfile
web.go
Expand All @@ -29,10 +29,9 @@ Creating polar-waters-4785...
$ git push heroku master
...
-----> Fetching custom git buildpack... done
-----> Go app detected
-----> Installing go1.7... done
-----> Running: godep go install -tags heroku ./...
-----> Running: go install -tags heroku ./...
-----> Discovering process types
Procfile declares types -> web
Expand All @@ -43,10 +42,10 @@ $ git push heroku master

This buildpack will detect your repository as Go if you are using either:

- [GB][gb]
- [govendor][govendor]
- [glide][glide]
- [GB][gb]
- [Godep][godep]
- [govendor][govendor]

This buildpack adds a `heroku` [build constraint][build-constraint], to enable
heroku-specific code. See the [App Engine build constraints
Expand Down Expand Up @@ -177,6 +176,11 @@ pushing code. If `GO_LINKER_SYMBOL` is set, but `GO_LINKER_VALUE` isn't set then
This can be used to embed the commit sha, or other build specific data directly
into the compiled executable.

## Testpack

This buildpack also supports the testpack API.


## Deploying

```console
Expand Down

0 comments on commit d74cf56

Please sign in to comment.