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

Define NotYetAvailable error type #48

Merged
merged 3 commits into from
Aug 18, 2021
Merged

Define NotYetAvailable error type #48

merged 3 commits into from
Aug 18, 2021

Commits on Aug 18, 2021

  1. Define NotYetAvailable error type

    This typed error signifies that a resource is not yet available (e.g. it
    is still being downloaded) but might be in the future.
    achilleasa committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    6bf4782 View commit details
    Browse the repository at this point in the history
  2. Fix check target (vet) in Makefile

    'go tool vet' is deprecated; we should use 'go vet' directly.
    achilleasa committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    185247f View commit details
    Browse the repository at this point in the history
  3. Enable go mod support

    achilleasa committed Aug 18, 2021
    Configuration menu
    Copy the full SHA
    33ccc77 View commit details
    Browse the repository at this point in the history