mirror of
https://github.com/drone/drone-cli.git
synced 2026-01-20 09:51:34 +01:00
group imports
This commit is contained in:
parent
b5490cd67e
commit
5ebdfc3a8b
@ -2,11 +2,12 @@ package template
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"io/ioutil"
|
||||
"strings"
|
||||
|
||||
"github.com/drone/drone-cli/drone/internal"
|
||||
"github.com/drone/drone-go/drone"
|
||||
"github.com/urfave/cli"
|
||||
"io/ioutil"
|
||||
"strings"
|
||||
)
|
||||
|
||||
var templateCreateCmd = cli.Command{
|
||||
|
||||
@ -4,10 +4,11 @@ import (
|
||||
"errors"
|
||||
"html/template"
|
||||
|
||||
"os"
|
||||
|
||||
"github.com/drone/drone-cli/drone/internal"
|
||||
"github.com/drone/funcmap"
|
||||
"github.com/urfave/cli"
|
||||
"os"
|
||||
)
|
||||
|
||||
var templateInfoCmd = cli.Command{
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
package template
|
||||
|
||||
import (
|
||||
"os"
|
||||
"text/template"
|
||||
|
||||
"github.com/drone/drone-cli/drone/internal"
|
||||
"github.com/drone/funcmap"
|
||||
"github.com/urfave/cli"
|
||||
"os"
|
||||
"text/template"
|
||||
)
|
||||
|
||||
var templateListCmd = cli.Command{
|
||||
|
||||
@ -1,11 +1,12 @@
|
||||
package template
|
||||
|
||||
import (
|
||||
"io/ioutil"
|
||||
"strings"
|
||||
|
||||
"github.com/drone/drone-cli/drone/internal"
|
||||
"github.com/drone/drone-go/drone"
|
||||
"github.com/urfave/cli"
|
||||
"io/ioutil"
|
||||
"strings"
|
||||
)
|
||||
|
||||
var templateUpdateCmd = cli.Command{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user