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

Generate better comments for require package #1610

Commits on Jun 13, 2024

  1. Generate better comments for require package

    The comments for the require package were just copied over
    from the assert package when generating the functions.
    This could lead to confusion because
    1. The code-examples were showing examples using the
    assert package instead of the require package
    2. The function-documentation was not mentioning that
    the functions were calling `t.FailNow()` which is some
    critical information when using this package.
    Neokil committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    9326036 View commit details
    Browse the repository at this point in the history
  2. Update require.go.tmpl

    Co-authored-by: Olivier Mengué <dolmen@cpan.org>
    Neokil and dolmen authored Jun 13, 2024
    Configuration menu
    Copy the full SHA
    044c46a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    592e4e3 View commit details
    Browse the repository at this point in the history
  4. updated message

    Neokil committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    f71de4a View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    bc04bb8 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    3b2754b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    f9ccf14 View commit details
    Browse the repository at this point in the history