mirror of
https://github.com/spf13/cobra
synced 2024-11-05 21:37:14 +00:00
fmt package should be imported (#370)
Signed-off-by: Qinglan Peng <qinglanpeng@zju.edu.cn>
This commit is contained in:
parent
9495bc009a
commit
b62566898a
1 changed files with 1 additions and 0 deletions
|
@ -337,6 +337,7 @@ package cmd
|
|||
|
||||
import (
|
||||
"github.com/spf13/cobra"
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
|
Loading…
Reference in a new issue