mattn/gom

Gom run

Opened this issue · 0 comments

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/