▲ | arp242 4 days ago | |||||||
What people usually do is add a build tag to the file(s) with package main, so they're not compiled on a regular compile/test run. But you can't combine them as such (and you can do this with any package name – there's nothing special about the main package here). | ||||||||
▲ | ttz 2 days ago | parent [-] | |||||||
Yep - my point was that _test is not the only exception to the "rule" | ||||||||
|