github.com/artpar/rclone@v1.67.3/cmd/cachestats/cachestats_unsupported.go (about) 1 // Build for cache for unsupported platforms to stop go complaining 2 // about "no buildable Go source files " 3 4 //go:build plan9 || js 5 6 // Package cachestats provides the cachestats command. 7 package cachestats