Fix package docs so they appear in godoc correctly

This commit is contained in:
Nick Craig-Wood 2015-06-06 14:24:30 +01:00
parent bf4879f57f
commit 90744301d3
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
// File system interface // Generic file system interface for rclone object storage systems
package fs package fs
import ( import (

View File

@ -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