From 90744301d36c11737a53eccdc50029da575249c3 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 6 Jun 2015 14:24:30 +0100 Subject: [PATCH] Fix package docs so they appear in godoc correctly --- fs/fs.go | 3 +-- fstest/fstest.go | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/fs/fs.go b/fs/fs.go index 9da2abaa7..ca6318609 100644 --- a/fs/fs.go +++ b/fs/fs.go @@ -1,5 +1,4 @@ -// File system interface - +// Generic file system interface for rclone object storage systems package fs import ( diff --git a/fstest/fstest.go b/fstest/fstest.go index dfcd0db2a..b2b2c65a8 100644 --- a/fstest/fstest.go +++ b/fstest/fstest.go @@ -1,5 +1,4 @@ -// Utilities for testing the fs - +// Utilities for testing the Fs package fstest // FIXME put name of test FS in Fs structure