mirror of
https://github.com/ipfs/kubo.git
synced 2025-07-03 04:37:30 +08:00
commands: go fmt
This commit is contained in:

committed by
Matt Bell

parent
dd81bf630f
commit
d464e3d143
@ -2,9 +2,9 @@ package commands
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"fmt"
|
"fmt"
|
||||||
|
"io"
|
||||||
"reflect"
|
"reflect"
|
||||||
"strconv"
|
"strconv"
|
||||||
"io"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type optMap map[string]interface{}
|
type optMap map[string]interface{}
|
||||||
|
@ -4,8 +4,8 @@ import (
|
|||||||
"encoding/json"
|
"encoding/json"
|
||||||
"encoding/xml"
|
"encoding/xml"
|
||||||
"fmt"
|
"fmt"
|
||||||
"strings"
|
|
||||||
"io"
|
"io"
|
||||||
|
"strings"
|
||||||
)
|
)
|
||||||
|
|
||||||
// ErrorType signfies a category of errors
|
// ErrorType signfies a category of errors
|
||||||
|
Reference in New Issue
Block a user