[go-nuts] Re: How to run go testing code with "go run"

2017-02-05 Thread Manlio Perillo
Il giorno sabato 4 febbraio 2017 23:59:34 UTC+1, Tong Sun ha scritto: > > I know all go testing code are invoked with "*go test*", however, I want > to easily test out some of the test code of the package I'm trying, so the > easiest way is to test them out as-is, but with "*go run*" instead. Is

[go-nuts] Re: How to run go testing code with "go run"

2017-02-04 Thread Tong Sun
On Saturday, February 4, 2017 at 5:59:34 PM UTC-5, Tong Sun wrote: > > I know all go testing code are invoked with "*go test*", however, I want > to easily test out some of the test code of the package I'm trying, so the > easiest way is to test them out as-is, but with "*go run*" instead. Is i