1
0
mirror of https://github.com/go-task/task.git synced 2025-06-23 00:38:19 +02:00

Rename "variables" key to "vars" for brevity

This commit is contained in:
Andrey Nering
2017-03-05 15:56:07 -03:00
parent 3aaf1b2ec1
commit fa850d1440
3 changed files with 6 additions and 6 deletions

View File

@ -45,7 +45,7 @@ type Task struct {
Sources []string
Generates []string
Dir string
Variables map[string]string
Vars map[string]string
Set string
}