Skip to content

How to declare variables with multiple value and expend them properly? #1117

Closed
@stephane-archer

Description

@stephane-archer
version: '3'

vars:
  GOSRC: main.go module1/module1.go module2/module2.go

tasks:
  default:
    cmds:
      - go build 
    sources:
       - "{{.GOSRC}}"
    generates:
      - MyApp

I'm quite sure I use and declare the variable GOSRC not the right way

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions