mirror of
https://github.com/rclone/rclone.git
synced 2025-06-10 09:03:32 +08:00
Remove builds conditional on go1.7 since that is now guaranteed #2154
Old fallback code was deleted and the go1.7 style code inlined where appropriate.
This commit is contained in:
2
backend/cache/cache_test.go
vendored
2
backend/cache/cache_test.go
vendored
@ -3,7 +3,7 @@
|
||||
// Automatically generated - DO NOT EDIT
|
||||
// Regenerate with: make gen_tests
|
||||
|
||||
// +build !plan9,go1.7
|
||||
// +build !plan9
|
||||
|
||||
package cache_test
|
||||
|
||||
|
Reference in New Issue
Block a user