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:build lines #377

Merged
merged 5 commits into from Aug 4, 2021
Merged

add //go:build lines #377

merged 5 commits into from Aug 4, 2021

Commits on Jul 31, 2021

  1. add //go:build lines

    From Go 1.17, the go command understands //go:build lines.
    https://tip.golang.org/doc/go1.17#build-lines
    For more details on the syntax and migration plan,
    see https://golang.org/design/draft-gobuild
    shogo82148 committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    0837b72 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

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

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    41f40a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51458a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

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