mirror of
https://github.com/spf13/cobra
synced 2025-05-05 21:07:24 +00:00
gofmt
This commit is contained in:
parent
7fbe0bde7b
commit
45bfd072b4
2 changed files with 4 additions and 4 deletions
|
@ -19,10 +19,10 @@ import (
|
||||||
"io"
|
"io"
|
||||||
"os"
|
"os"
|
||||||
"path/filepath"
|
"path/filepath"
|
||||||
|
"regexp"
|
||||||
"strings"
|
"strings"
|
||||||
"text/template"
|
"text/template"
|
||||||
"time"
|
"time"
|
||||||
"regexp"
|
|
||||||
|
|
||||||
"github.com/spf13/viper"
|
"github.com/spf13/viper"
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue