/
githubmirror
/
rclone
Обзор
Документация
Войти
/
githubmirror
/
rclone
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
backend/cache/cache_unsupported.go
7 строк
222 B
albertony
build: fix linting issues reported by running golangci-lint with different GOOS
22 апр 2024, 20:29
22 апр 2024, 20:29
7ee22fc
Код
Авторство
О чём код?
// Build for cache for unsupported platforms to stop go complaining // about "no buildable Go source files " //go:build plan9 || js // Package cache implements a virtual provider to cache existing remotes. package cache