diff options
| author | David Calavera <[email protected]> | 2015-01-08 15:06:35 -0800 |
|---|---|---|
| committer | David Calavera <[email protected]> | 2015-01-08 15:06:35 -0800 |
| commit | ea7f567756fbe5060ad830dc5fcf3cea2038c425 (patch) | |
| tree | b6d487ccb9ef82965ee49b8ed707850c4d706d7c | |
| parent | 22f4a4edaa0c45979081993b92873a45d443e171 (diff) | |
Remove version from opts structure.
It's not necessary.
| -rw-r--r-- | submodule.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/submodule.go b/submodule.go index 20fcbe9..f3e9e83 100644 --- a/submodule.go +++ b/submodule.go @@ -15,7 +15,6 @@ import ( type SubmoduleUpdateOptions struct { *CheckoutOpts *RemoteCallbacks - Version uint64 CloneCheckoutStrategy CheckoutStrategy Signature *Signature } |
