agola/cmd/toolbox/cmd
Simone Gotti 87f182a0c9 *: use errors.Is/errors.As to handle wrapped error checking
Enable golangci-lint errorlint linter to check proper use of errors.Is
and error.As instead of direct comparison or error type casting.
2022-02-24 17:07:29 +01:00
..
archive.go *: use vanity url 2019-07-01 11:40:20 +02:00
createfile.go toolbox: create tmp dir if missing 2019-04-11 16:46:24 +02:00
exec.go runservice toolbox: add exec command 2019-04-22 17:49:18 +02:00
expanddir.go cmd toolbox: handle missing error checks 2019-07-02 14:27:32 +02:00
mkdir.go toolbox: add toolbox mkdir 2019-04-15 14:33:55 +02:00
shell.go toolbox: initial commit 2019-02-21 15:57:11 +01:00
sleeper.go *: use errors.Is/errors.As to handle wrapped error checking 2022-02-24 17:07:29 +01:00
template.go toolbox: add template command 2019-04-14 15:10:54 +02:00
toolbox.go cmd toolbox: handle missing error checks 2019-07-02 14:27:32 +02:00
unarchive.go *: use vanity url 2019-07-01 11:40:20 +02:00