Make canonical place for all fs in fs/all/all.go

This commit is contained in:
Nick Craig-Wood
2016-01-03 14:12:45 +00:00
parent 0c81439bc3
commit 3423de65fa
4 changed files with 19 additions and 27 deletions
+1 -2
View File
@@ -133,7 +133,7 @@ Research
Getting going
* Create `remote/remote.go` (copy this from a similar fs)
* Add your fs to the imports in `rclone.go`
* Add your fs to the imports in `fs/all/all.go`
Unit tests
@@ -144,7 +144,6 @@ Unit tests
Integration tests
* Add your fs to the imports in `fs/operations_test.go`
* Add your fs to `fs/test_all.go`
* Make sure integration tests pass with
* `cd fs`