Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: mark functions as deprecated with doc comment #491

Merged
merged 1 commit into from
Mar 22, 2024

Commits on Mar 22, 2024

  1. fix: mark functions as deprecated with doc comment

    Refer to https://go.dev/wiki/Deprecated
    
    The right way to mark a function as deprecated is to use `Deprecated:`
    as the beginning of a doc comment paragraph.
    
    This ensures that various tools (such as static checks) pick up the
    deprecation information.
    donatello committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    660dc84 View commit details
    Browse the repository at this point in the history