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
8eb508dd
Commit
8eb508dd
authored
Dec 17, 2013
by
ChaiShushan
Committed by
Russ Cox
Dec 17, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flag: remove unused FlagSet.exitOnError field
R=golang-dev, rsc CC=golang-dev
https://golang.org/cl/14279043
parent
f439e07b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/pkg/flag/flag.go
src/pkg/flag/flag.go
+0
-1
No files found.
src/pkg/flag/flag.go
View file @
8eb508dd
...
@@ -269,7 +269,6 @@ type FlagSet struct {
...
@@ -269,7 +269,6 @@ type FlagSet struct {
actual
map
[
string
]
*
Flag
actual
map
[
string
]
*
Flag
formal
map
[
string
]
*
Flag
formal
map
[
string
]
*
Flag
args
[]
string
// arguments after flags
args
[]
string
// arguments after flags
exitOnError
bool
// does the program exit if there's an error?
errorHandling
ErrorHandling
errorHandling
ErrorHandling
output
io
.
Writer
// nil means stderr; use out() accessor
output
io
.
Writer
// nil means stderr; use out() accessor
}
}
...
...
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