cache_unsupported.go 222 B

12345678
  1. // Build for cache for unsupported platforms to stop go complaining
  2. // about "no buildable Go source files "
  3. //go:build plan9 || js
  4. // Package cache implements a virtual provider to cache existing remotes.
  5. package cache