mirror of
https://github.com/rclone/rclone.git
synced 2025-08-08 21:44:47 +02:00
build: fix linting issues reported by running golangci-lint with different GOOS
This commit is contained in:
3
backend/cache/utils_test.go
vendored
3
backend/cache/utils_test.go
vendored
@ -1,3 +1,6 @@
|
||||
//go:build !plan9 && !js
|
||||
// +build !plan9,!js
|
||||
|
||||
package cache
|
||||
|
||||
import bolt "go.etcd.io/bbolt"
|
||||
|
Reference in New Issue
Block a user