1
0
mirror of https://github.com/go-task/task.git synced 2025-06-25 00:47:04 +02:00

Add CHANGELOG, documentation and make small adjutsment for

This commit is contained in:
Andrey Nering
2022-06-11 20:01:48 -03:00
parent 63aad1e501
commit c9a582fbcc
4 changed files with 12 additions and 4 deletions

@ -3,6 +3,7 @@ package task
import (
"errors"
"fmt"
"mvdan.cc/sh/v3/interp"
)