mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +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 (
|
import (
|
||||||
"github.com/spf13/cobra"
|
"github.com/spf13/cobra"
|
||||||
|
"fmt"
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
|
Loading…
Reference in a new issue