mirror of
https://github.com/rclone/rclone.git
synced 2024-11-25 18:04:55 +01:00
Fix package docs so they appear in godoc correctly
This commit is contained in:
parent
bf4879f57f
commit
90744301d3
3
fs/fs.go
3
fs/fs.go
@ -1,5 +1,4 @@
|
|||||||
// File system interface
|
// Generic file system interface for rclone object storage systems
|
||||||
|
|
||||||
package fs
|
package fs
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
// Utilities for testing the fs
|
// Utilities for testing the Fs
|
||||||
|
|
||||||
package fstest
|
package fstest
|
||||||
|
|
||||||
// FIXME put name of test FS in Fs structure
|
// FIXME put name of test FS in Fs structure
|
||||||
|
Loading…
Reference in New Issue
Block a user