1
0
Fork 0
mirror of https://github.com/drone/drone-cli.git synced 2024-06-08 15:06:04 +02:00

group imports

This commit is contained in:
Eoin McAfee 2021-06-01 10:33:26 +01:00
parent b5490cd67e
commit 5ebdfc3a8b
4 changed files with 11 additions and 7 deletions

View File

@ -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{

View File

@ -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{

View File

@ -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{

View File

@ -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{