mirror of
https://github.com/go-task/task.git
synced 2025-08-08 22:36:57 +02:00
fix lint
This commit is contained in:
@@ -2,11 +2,12 @@ package experiments
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"github.com/go-task/task/v3/taskrc/ast"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strings"
|
||||
|
||||
"github.com/go-task/task/v3/taskrc/ast"
|
||||
|
||||
"github.com/joho/godotenv"
|
||||
|
||||
"github.com/go-task/task/v3/taskrc"
|
||||
|
@@ -2,13 +2,14 @@ package flags
|
||||
|
||||
import (
|
||||
"cmp"
|
||||
"github.com/go-task/task/v3/taskrc"
|
||||
"log"
|
||||
"os"
|
||||
"path/filepath"
|
||||
"strconv"
|
||||
"time"
|
||||
|
||||
"github.com/go-task/task/v3/taskrc"
|
||||
|
||||
"github.com/spf13/pflag"
|
||||
|
||||
"github.com/go-task/task/v3"
|
||||
|
@@ -1,8 +1,9 @@
|
||||
package ast
|
||||
|
||||
import (
|
||||
"github.com/Masterminds/semver/v3"
|
||||
"time"
|
||||
|
||||
"github.com/Masterminds/semver/v3"
|
||||
)
|
||||
|
||||
type TaskRC struct {
|
||||
|
Reference in New Issue
Block a user