~chrisppy/go-barefeed

612d5fb941a9502720036051eee2e6ef7c759cb9 — Chris Palmer 1 year, 11 months ago d88eac1
comment out import/export for now
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.