You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: templates/index.tmpl.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ <h3><span class="glyphicon glyphicon-info-sign"></span> How this sample app work
25
25
<ul>
26
26
<li>This app was deployed to Heroku, either using Git or by using <ahref="https://github.com/heroku/go-getting-started">Heroku Button</a> on the repository.</li>
27
27
28
-
<li>When Heroku received the source code and created a deployable slug.</li>
28
+
<li>When Heroku received the source code it used the go tool chain to compile the applications along with any vendored dependencies and created a deployable slug.</li>
29
29
<li>The platform then spins up a dyno, a lightweight container that provides an isolated environment in which the slug can be mounted and executed.</li>
30
30
<li>You can scale your app, manage it, and deploy over <ahref="https://addons.heroku.com/">150 add-on services</a>, from the Dashboard or CLI.</li>
0 commit comments