mirror of
https://github.com/rclone/rclone.git
synced 2025-12-11 22:14:05 +01:00
lib/encoder: remove noencode tag and update CONTRIBUTING
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// +build !noencode
|
||||
|
||||
package encoder
|
||||
|
||||
// Standard defines the encoding that is used for paths in- and output by rclone.
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
// +build noencode
|
||||
|
||||
package encoder
|
||||
|
||||
// Fake encodings used for testing
|
||||
const (
|
||||
EncodeStandard = EncodeZero | EncodeSlash | EncodeDot
|
||||
Standard = MultiEncoder(EncodeStandard)
|
||||
)
|
||||
Reference in New Issue
Block a user