Back to Moon

Outputs

website/docs/__partials__/create-task/go/outputs.mdx

2.2.4194 B
Original Source
yaml
language: 'go'

tasks:
  build:
    command: 'go build -o @out(0)'
    inputs:
      - 'src/**/*'
    outputs:
      - 'build' # Just an example!