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

docs: move example inline into godoc #4626

Merged
merged 6 commits into from Aug 16, 2021
Merged

docs: move example inline into godoc #4626

merged 6 commits into from Aug 16, 2021

Commits on Aug 16, 2021

  1. docs: move example inline into godoc

    This change is needed, at least temporarily, to facilitate the
    splitting of modules. The parent module can't depend on a module
    that is about to be split out as tidying will fail to resolve
    import paths as the code no longer exists.
    codyoss committed Aug 16, 2021
    Copy the full SHA
    40b9241 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    34e23c5 View commit details
    Browse the repository at this point in the history
  3. Update doc.go

    Co-authored-by: Tyler Bui-Palsulich <26876514+tbpg@users.noreply.github.com>
    codyoss and tbpg committed Aug 16, 2021
    Copy the full SHA
    9543c34 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    12378b1 View commit details
    Browse the repository at this point in the history
  5. gofmt

    codyoss committed Aug 16, 2021
    Copy the full SHA
    baee04f View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    0f1fffc View commit details
    Browse the repository at this point in the history