File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -108,20 +108,20 @@ Examples:
108
108
cd go/src/encoding/json; go doc decode
109
109
110
110
Flags:
111
- -C dir
112
- change to dir before running command
113
- -all
114
- show all documentation for package
115
- -c symbol matching honors case (paths not affected)
116
- -cmd
117
- show symbols with package docs even if package is a command
118
- -http
119
- serve HTML docs over HTTP
120
- -short
121
- one-line representation for each symbol
122
- -src
123
- show source code for symbol
124
- -u show unexported symbols as well as exported
111
+ -C dir
112
+ change to dir before running command
113
+ -all
114
+ show all documentation for package
115
+ -c symbol matching honors case (paths not affected)
116
+ -cmd
117
+ show symbols with package docs even if package is a command
118
+ -http
119
+ serve HTML docs over HTTP
120
+ -short
121
+ one-line representation for each symbol
122
+ -src
123
+ show source code for symbol
124
+ -u show unexported symbols as well as exported
125
125
` ,
126
126
}
127
127
You can’t perform that action at this time.
0 commit comments