summaryrefslogtreecommitdiffhomepage
path: root/go.html.markdown
diff options
context:
space:
mode:
authorBen Davis <bdavs3000@gmail.com>2020-12-03 13:16:43 -0700
committerGitHub <noreply@github.com>2020-12-03 13:16:43 -0700
commit09f41ab74c901875c19d95e938f9aa3120200b4a (patch)
tree4767594985161b608a86807a36e18e4491bbc212 /go.html.markdown
parent4b1e68ee2f79936de941cdebe26d16e31183fcb1 (diff)
Fix typo in build tag description
Diffstat (limited to 'go.html.markdown')
-rw-r--r--go.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/go.html.markdown b/go.html.markdown
index b727e59d..5a9214b0 100644
--- a/go.html.markdown
+++ b/go.html.markdown
@@ -33,7 +33,7 @@ Go comes with a good standard library and a sizeable community.
line comment */
/* A build tag is a line comment starting with // +build
- and can be execute by go build -tags="foo bar" command.
+ and can be executed by go build -tags="foo bar" command.
Build tags are placed before the package clause near or at the top of the file
followed by a blank line or other line comments. */
// +build prod, dev, test