You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 17, 2021. It is now read-only.
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.
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/
The text was updated successfully, but these errors were encountered: