mirror of
https://github.com/golang/go
synced 2024-11-21 14:44:40 -07:00
gofix: Fix inconsistent indentation in help output
R=golang-dev, r CC=golang-dev https://golang.org/cl/4572066
This commit is contained in:
parent
c357ca663f
commit
bee3b0358c
@ -13,7 +13,7 @@ var httpFinalURLFix = fix{
|
||||
httpfinalurl,
|
||||
`Adapt http Get calls to not have a finalURL result parameter.
|
||||
|
||||
http://codereview.appspot.com/4535056/
|
||||
http://codereview.appspot.com/4535056/
|
||||
`,
|
||||
}
|
||||
|
||||
|
@ -13,7 +13,7 @@ var osopenFix = fix{
|
||||
osopen,
|
||||
`Adapt os.Open calls to new, easier API and rename O_CREAT O_CREATE.
|
||||
|
||||
http://codereview.appspot.com/4357052
|
||||
http://codereview.appspot.com/4357052
|
||||
`,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user