Skip to content

Order of arguments matters with go build -o #19717

@ORESoftware

Description

@ORESoftware

This works:

go build -o vue-suman $(dirname "$0")/vue.go

this doesn't:

go build $(dirname "$0")/vue.go -o vue-suman

with the latter I get:

named files must be .go files

this seems like it should work either way, right?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions