1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-07-04 13:27:14 +08:00

commands: go fmt

This commit is contained in:
Juan Batiz-Benet
2014-10-21 16:29:08 -07:00
committed by Matt Bell
parent dd81bf630f
commit d464e3d143
2 changed files with 5 additions and 5 deletions

View File

@ -2,9 +2,9 @@ package commands
import (
"fmt"
"io"
"reflect"
"strconv"
"io"
)
type optMap map[string]interface{}

View File

@ -4,8 +4,8 @@ import (
"encoding/json"
"encoding/xml"
"fmt"
"strings"
"io"
"strings"
)
// ErrorType signfies a category of errors