Slice imported data by tag#.
[lightning.git] / gob.go
diff --git a/gob.go b/gob.go
index 893b8cadc6d25d4c0fb6d8cd9e8dc1a0ef95d6ce..5682db3771ac7002114f1f3a18666d499920a72a 100644 (file)
--- a/gob.go
+++ b/gob.go
@@ -18,6 +18,8 @@ import (
 type CompactGenome struct {
        Name     string
        Variants []tileVariantID
+       StartTag tagID
+       EndTag   tagID
 }
 
 type CompactSequence struct {