fmt package should be imported (#370)

Signed-off-by: Qinglan Peng <qinglanpeng@zju.edu.cn>
This commit is contained in:
Qinglan Peng 2016-12-14 23:19:52 +08:00 committed by Eric Paris
parent 9495bc009a
commit b62566898a

View file

@ -337,6 +337,7 @@ package cmd
import (
"github.com/spf13/cobra"
"fmt"
)
func init() {