mirror of
https://github.com/rclone/rclone.git
synced 2025-06-12 10:33:33 +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:
@ -1,7 +1,4 @@
|
||||
// Package azureblob provides an interface to the Microsoft Azure blob object storage system
|
||||
|
||||
// +build go1.7
|
||||
|
||||
package azureblob
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user