提交 d464e3d1 作者: Juan Batiz-Benet 提交者: Matt Bell

commands: go fmt

上级 dd81bf63
...@@ -2,9 +2,9 @@ package commands ...@@ -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 ( ...@@ -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
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论