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

chore(spanner): fix some go vet issues #9758

Merged
merged 10 commits into from
May 2, 2024

Commits on Apr 12, 2024

  1. chore(spanner): add missing field keys

    These are not problems per se, however they end up as noise in `go vet`
    output.
    egonelbre committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    9e6d05a View commit details
    Browse the repository at this point in the history
  2. chore(spanner): fix go vet complaints in tests about copying non-copy…

    …able structs
    
    While the copying in these locations doesn't change the result, the
    copies end up as noise in go vet output.
    egonelbre committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    fe09ce5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    182aef9 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

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

Commits on Apr 30, 2024

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

Commits on May 1, 2024

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

Commits on May 2, 2024

  1. Configuration menu
    Copy the full SHA
    50afc45 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26b6d92 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    207e7cc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    14bd71d View commit details
    Browse the repository at this point in the history