@cryptotaxi247 / kubo / commits / bcc621670

cmds/pin: modify test

License: MIT Signed-off-by: Overbool <overbool.xu@gmail.com> This commit was moved from ipfs/interface-go-ipfs-core@8e9e8d1b419aa93da6f3573bf424db57a60399ae This commit was moved from ipfs/boxo@e3960a2b9f8f40403f8ffbce29e576a217dbbf74

Overbool committed Dec 15, 2018 at 11:14 UTC bcc6216709b9f782931d640abeaa7f14563f5d06
1 file changed -1
core/coreiface/options/pin.go
-1
@@ -11,7 +11,6 @@ type PinLsSettings struct {
11 // PinRmSettings represents the settings of pin rm command
12 type PinRmSettings struct {
13 Recursive bool
14 - Force bool
14 }
15
16 type PinUpdateSettings struct {