Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
go
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
go
Commits
bee3b035
Commit
bee3b035
authored
Jun 15, 2011
by
Scott Lawrence
Committed by
Rob Pike
Jun 15, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gofix: Fix inconsistent indentation in help output
R=golang-dev, r CC=golang-dev
https://golang.org/cl/4572066
parent
c357ca66
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/cmd/gofix/httpfinalurl.go
src/cmd/gofix/httpfinalurl.go
+1
-1
src/cmd/gofix/osopen.go
src/cmd/gofix/osopen.go
+1
-1
No files found.
src/cmd/gofix/httpfinalurl.go
View file @
bee3b035
...
...
@@ -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/
`
,
}
...
...
src/cmd/gofix/osopen.go
View file @
bee3b035
...
...
@@ -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
`
,
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment