aboutsummaryrefslogtreecommitdiff
path: root/content/pipelines
Commit message (Collapse)AuthorAge
* content: modify comment in pipelines articleAurélien Rainone2018-06-12
| | | | | | | | | Add 'the' in front of 'output' to clear up any possible confusion with the variable 'output' declared in the previous function. Change-Id: I6e85a068d29f338d51d3c9c5bd636b850dd308ca Reviewed-on: https://go-review.googlesource.com/114821 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
* go.blog: fix build; add "// +build OMIT" to many samplesAndrew Gerrand2014-04-15
| | | | | | | | | | We use OMIT instead of ignore so such lines will be omitted from present output. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/87890045
* go.blog: use !info.Mode().IsRegular() instead of info.Isdir()Andrew Gerrand2014-04-15
| | | | | | | | | | | That way we'll only try to hash regular files. Fixes golang/go#7770. LGTM=bradfitz R=golang-codereviews, bradfitz CC=golang-codereviews https://golang.org/cl/87860043
* go.blog: update pipelines blog post to clarify a point of confusion.Sameer Ajmani2014-03-17
| | | | | | | LGTM=bcmills R=david.crawshaw, rsc, bcmills CC=adg, golang-codereviews, r https://golang.org/cl/76910043
* go.blog: pipelines and cancellation.Sameer Ajmani2014-03-12
R=adg, r, rsc, ken, bcmills CC=adonovan, campoy, david.crawshaw, gmlewis, golang-codereviews https://golang.org/cl/71070047