Browse Source

Restored comma as suggested by the code style guide, thanks tianan

pmcgrath 11 years ago
parent
commit
459625e038
1 changed files with 1 additions and 1 deletions
  1. 1 1
      golang/content.md

+ 1 - 1
golang/content.md

@@ -21,7 +21,7 @@ the lines of the following will compile and run your project:
     FROM golang:1.3.1-onbuild
     FROM golang:1.3.1-onbuild
 
 
 This image includes multiple `ONBUILD` triggers which should cover most
 This image includes multiple `ONBUILD` triggers which should cover most
-applications. The build will `COPY . /usr/src/app`, `RUN go get -d -v` and `RUN
+applications. The build will `COPY . /usr/src/app`, `RUN go get -d -v`, and `RUN
 go install -v`.
 go install -v`.
 
 
 This image also includes the `CMD ["app"]` instruction which is the default command 
 This image also includes the `CMD ["app"]` instruction which is the default command