Comment on Go Analysis Framework: modular static analysis by go teamparentComments−sethammons1moIf you are prototyping, assign unused to the underscore.foo := thinger()_ = foo # no longer unused
Comments
If you are prototyping, assign unused to the underscore.
foo := thinger()
_ = foo # no longer unused