Description of the feature request:
I see that this package is now completely deprecated.
I would like to request that you mark all exported functions, interfaces, etc, as Deprecated using the standard syntax as explained in the Go Wiki - please see https://go.dev/wiki/Deprecated
Doing this will allow tooling, such as my IDE, to highlight the deprecated status and prompt developers to switch to the newer package.
Additionally I would request that the github repository be archived after this is completed.
What problem are you trying to solve with this feature?
I accidentally spent a lot of time working with this package without realising it was deprecated; marking the exported functions would helped to prevent inconvenience and saved me time. Although it's now too late for me, maybe this can help someone else.
Any other information you'd like to share?
It would be fantastic if this could be standard policy for deprecated go packages.
Description of the feature request:
I see that this package is now completely deprecated.
I would like to request that you mark all exported functions, interfaces, etc, as Deprecated using the standard syntax as explained in the Go Wiki - please see https://go.dev/wiki/Deprecated
Doing this will allow tooling, such as my IDE, to highlight the deprecated status and prompt developers to switch to the newer package.
Additionally I would request that the github repository be archived after this is completed.
What problem are you trying to solve with this feature?
I accidentally spent a lot of time working with this package without realising it was deprecated; marking the exported functions would helped to prevent inconvenience and saved me time. Although it's now too late for me, maybe this can help someone else.
Any other information you'd like to share?
It would be fantastic if this could be standard policy for deprecated go packages.