This repository was archived by the owner on Nov 17, 2021. It is now read-only.
This repository was archived by the owner on Nov 17, 2021. It is now read-only.
Gom run #24
Open
Description
It would be nice to be able to run: gom run
which would be the same as doing: gom run main.go anotherfile.go andanother.go etc.go
I know most people probably do gom run *.go
however this doesn't work if you have some_test.go file in that path. The idea then, is to make "go run" work just like "go build" which is to compile the list of .go app files.
Even though go v1.2 doesn't support this, it's being discussed as a potential thing to support: https://code.google.com/p/go/issues/detail?id=5164 / https://codereview.appspot.com/50970043/
Metadata
Metadata
Assignees
Labels
No labels