Andrey Nering
|
83d25bfa00
|
Refactor: Fix import order
It should be: stdlib > libs > app
|
2021-01-07 11:48:33 -03:00 |
|
Andrey Nering
|
fb72b46a3c
|
github.com/go-task/task/v2 -> github.com/go-task/task/v3
|
2020-08-16 15:48:19 -03:00 |
|
Andrey Nering
|
0d9fdbaac1
|
Small improvements to #228
|
2019-08-25 16:32:25 -03:00 |
|
Seiichi Uchida
|
d561e40817
|
Update glob.go
- Rename glob() to globs()
- Add glob() which handles a single glob pattern
- Change glob() and globs() so that they do not return directoreis
|
2019-08-21 13:33:12 +09:00 |
|
Andrey Nering
|
57a01aa6ff
|
Fix failing test
There was some breaking changes described at
https://github.com/mvdan/sh/issues/335#issuecomment-447605295
|
2018-12-24 15:19:53 -02:00 |
|
Andrey Nering
|
687b4ec837
|
Fix error when using checksum method and no file exists for a source glob
Closes #131
|
2018-09-01 11:23:38 -03:00 |
|
Andrey Nering
|
67105b332f
|
Move path expanding logic to shell.Expand
|
2018-07-15 15:49:00 -03:00 |
|
Andrey Nering
|
102f8ab74e
|
Expand environment variables on "dir", "sources" and "generates"
So a path like this works: $GOPATH/src/github.com/go-task/task
Allowing of "~" was also implemented. See #74 and baac067a1a
Fixes #116
|
2018-06-16 14:30:40 -03:00 |
|
Andrey Nering
|
baac067a1a
|
expand home dir ("~" symbol) on paths
fixes #74
|
2017-11-02 10:25:50 -02:00 |
|
Andrey Nering
|
33b167215d
|
move some packages to the "internal" directory
- this makes it impossible to import these packages outside Task
- as a side effect, it makes the root directory cleaner
|
2017-10-15 17:58:21 -02:00 |
|