1 files changed, 6 insertions(+), 6 deletions(-)
M barefeed.go
M barefeed.go => barefeed.go +6 -6
@@ 21,14 21,14 @@ type FeedEntry struct {
}
// Importer contains the source path to the barefeed file
-type Importer struct {
- Path string
-}
+//type Importer struct {
+// Path string
+//}
// Exporter containers the source path to the barefeed directory
-type Exporter struct {
- Path string
-}
+//type Exporter struct {
+// Path string
+//}
// NewImporter creates the importer based on the source path to the barefeed
// file.