Skip to content

Commit 4f3813d

Browse files
committed
Add source link for Go taskfile variables
Some of the tasks for Go-related templates rely on taskfile variables, which are provided by the "asset" taskfile. The `DEFAULT_GO_PACKAGES` variable is defined via some relatively complex code. Documenting its source will facilitate project maintainers pulling in changes from development in this upstream repository, and also pushing back upstream fixes or enhancements that are made in the downstream project.
1 parent 9fc46eb commit 4f3813d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

workflow-templates/assets/go-task/Taskfile.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
version: "3"
33

44
vars:
5+
# Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/go-task/Taskfile.yml
56
# Path of the project's primary Go module:
67
DEFAULT_GO_MODULE_PATH: ./
78
DEFAULT_GO_PACKAGES:

0 commit comments

Comments
 (0)