fmt package should be imported

Signed-off-by: Qinglan Peng <qinglanpeng@zju.edu.cn>
This commit is contained in:
Qinglan Peng 2016-12-14 22:26:33 +08:00
parent 9495bc009a
commit 2dd26660c8

View file

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