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

📖 improve builder deprecation messages #352

Commits on Mar 7, 2019

  1. improve builder deprecation messages

    It's convention in the Go community that a function's deprecation notice
    is separated by a new paragraph from the function's documentation. Tools
    like staticcheck determine if a function has been deprecated by checking
    the beginning of new paragraphs.
    
    This changelist modifies the deprecation notices in the builder package
    to follow this convention, allowing linters like staticcheck,
    gometalinter, and golangci-lint to warn users of the package.
    terinjokes committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    cd52b04 View commit details
    Browse the repository at this point in the history