Goimports will scrub unneeded imports.
On Sun, Oct 7, 2018 at 4:50 AM Eric Raymond wrote:
> I am pleased to announce the release of pytogo 1.2.
>
> https://gitlab.com/esr/pytogo
>
> New features in this release:
>
> * PEP484 type hints are now converted into Go type signatures.
> * Without PEP4
I am pleased to announce the release of pytogo 1.2.
https://gitlab.com/esr/pytogo
New features in this release:
* PEP484 type hints are now converted into Go type signatures.
* Without PEP484 hints, return types of functions are now sometimes deduced.
* Docstrings are moved to the godoc-prefer