Skip to content
  • Luke Champine's avatar
    export transaction helpers · 338448b2
    Luke Champine authored
    As of Go 1.10, go test also runs go vet. go vet complains when
    a test file in one package uses test-only identifiers in another
    package. This is unfortunate, but there may be good justifications
    for this behavior.
    338448b2