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

Add Go 1.19 Support #1355

Merged
merged 6 commits into from Aug 14, 2022
Merged

Add Go 1.19 Support #1355

merged 6 commits into from Aug 14, 2022

Commits on Aug 14, 2022

  1. Copy the full SHA
    afb45d1 View commit details
    Browse the repository at this point in the history
  2. Fix CI Line endings

    Aoang committed Aug 14, 2022
    Copy the full SHA
    655640c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    4886250 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    90b50f2 View commit details
    Browse the repository at this point in the history
  5. Format comment

    Go 1.19 adds support for links, lists, and clearer headings in doc comments. As part of this change, gofmt now reformats doc comments to make their rendered meaning clearer. See “Go Doc Comments” for syntax details and descriptions of common mistakes now highlighted by gofmt. As another part of this change, the new package go/doc/comment provides parsing and reformatting of doc comments as well as support for rendering them to HTML, Markdown, and text.
    
    ref: https://tip.golang.org/doc/go1.19
    ref: https://tip.golang.org/doc/comment
    Aoang committed Aug 14, 2022
    Copy the full SHA
    a55b952 View commit details
    Browse the repository at this point in the history
  6. Fix doc structure

    Aoang committed Aug 14, 2022
    Copy the full SHA
    09146cd View commit details
    Browse the repository at this point in the history