cachestats_unsupported.go 172 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. // +build plan9 js
  5. package cachestats