Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
interface-go-dms3-core
Commits
646b1441
Commit
646b1441
authored
Mar 19, 2018
by
Łukasz Magiera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
misc: Fix a few typos
License: MIT Signed-off-by:
Łukasz Magiera
<
magik6k@gmail.com
>
parent
8b65fc5e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
options/pin.go
options/pin.go
+2
-2
No files found.
options/pin.go
View file @
646b1441
...
...
@@ -95,9 +95,9 @@ func (pinType) Indirect() PinLsOption {
// Recursive is an option for Pin.Add which specifies whether to pin an entire
// object tree or just one object. Default: true
func
(
pinOpts
)
Recursive
(
recu
c
sive
bool
)
PinAddOption
{
func
(
pinOpts
)
Recursive
(
recu
r
sive
bool
)
PinAddOption
{
return
func
(
settings
*
PinAddSettings
)
error
{
settings
.
Recursive
=
recu
c
sive
settings
.
Recursive
=
recu
r
sive
return
nil
}
}
...
...
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