From 814693b582092898b9600435f48cf3a132b0cf0e Mon Sep 17 00:00:00 2001 From: per1234 Date: Wed, 4 Jun 2025 17:18:38 -0700 Subject: [PATCH] Add source link for `DEFAULT_GO_PACKAGES` taskfile variable These variables come from a reusable asset that is maintained in a centralized repository. Documenting its source will facilitate pulling in changes from development in the upstream repository, and also pushing fixes or enhancements that are made to it via this project. --- Taskfile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/Taskfile.yml b/Taskfile.yml index 959625b..8118233 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -5,6 +5,7 @@ includes: dist: ./DistTasks.yml vars: + # Source: https://github.com/arduino/tooling-project-assets/blob/main/workflow-templates/assets/go-task/Taskfile.yml # Path of the project's primary Go module: DEFAULT_GO_MODULE_PATH: ./ DEFAULT_GO_PACKAGES: