From f880e143aa729db8a70525d339be5016fc56b6fa Mon Sep 17 00:00:00 2001 From: Michelle Date: Wed, 2 May 2018 14:58:41 -0700 Subject: [PATCH] add toc and deploy section to golang guide --- jekyll/_cci2/language-go.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/jekyll/_cci2/language-go.md b/jekyll/_cci2/language-go.md index 110cc8fe3b8..521b8f7b5e9 100644 --- a/jekyll/_cci2/language-go.md +++ b/jekyll/_cci2/language-go.md @@ -12,6 +12,9 @@ order: 3 **CircleCI 2.0 supports building Go projects using any version of Go that can be installed in a Docker image.** +* TOC +{:toc} + ## New to CircleCI 2.0? If you're new to CircleCI 2.0, we recommend reading our [walkthrough](#config-walkthrough) for a detailed explanation of our configuration. @@ -192,4 +195,9 @@ Finally, let's specify a path to store the results of the tests. Success! You just set up CircleCI 2.0 for a Go app. Check out our {% comment %} TODO: Jobs {% endcomment %} [project’s build page](https://circleci.com/gh/CircleCI-Public/circleci-demo-go) to see how this looks when building on CircleCI. -If you have any questions about the specifics of testing your Go application, head over to our [community forum](https://discuss.circleci.com/) for support from us and other users. +## Deploy + +## Deploy + +See the [Deploy]({{ site.baseurl }}/2.0/deployment-integrations/) document for example deploy target configurations. +