mirror of
https://github.com/go-task/task.git
synced 2025-12-17 04:07:44 +01:00
feat: enforce gofumpt linter
This commit is contained in:
committed by
Andrey Nering
parent
aab51c331f
commit
09c9094a6b
@@ -8,10 +8,8 @@ import (
|
||||
"mvdan.cc/sh/v3/interp"
|
||||
)
|
||||
|
||||
var (
|
||||
// ErrTaskfileAlreadyExists is returned on creating a Taskfile if one already exists
|
||||
ErrTaskfileAlreadyExists = errors.New("task: A Taskfile already exists")
|
||||
)
|
||||
// ErrTaskfileAlreadyExists is returned on creating a Taskfile if one already exists
|
||||
var ErrTaskfileAlreadyExists = errors.New("task: A Taskfile already exists")
|
||||
|
||||
type taskNotFoundError struct {
|
||||
taskName string
|
||||
|
||||
Reference in New Issue
Block a user