From ba136c52795a12a991b36df61a156ebd254e5d17 Mon Sep 17 00:00:00 2001 From: Timothy Stiles Date: Sat, 18 Jul 2020 12:09:10 -0700 Subject: [PATCH] removed cruft from io.go. --- io.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/io.go b/io.go index 37db4a40..592aeff7 100644 --- a/io.go +++ b/io.go @@ -57,14 +57,6 @@ type Primary struct { RefSeq, PrimaryIdentifier, Primary_Span, Comp string } -// genbank specific -// type Reference struct { -// Authors []string -// Title string -// Journal string -// PubMed string -// } - // Reference holds information one reference in a Meta struct. type Reference struct { Index, Authors, Title, Journal, PubMed, Remark, Range string