From e5a9c99718ae2670e16ccff4b95de99980b78199 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 25 Jan 2012 23:13:36 +0000 Subject: [PATCH] Remove a couple of object files committed by accident. From-SVN: r183542 --- .../go.test/test/bench/go1/_gotest_.6 | 885 ------------------ .../go.test/test/bench/go1/_testmain.6 | 261 ------ 2 files changed, 1146 deletions(-) delete mode 100644 gcc/testsuite/go.test/test/bench/go1/_gotest_.6 delete mode 100644 gcc/testsuite/go.test/test/bench/go1/_testmain.6 diff --git a/gcc/testsuite/go.test/test/bench/go1/_gotest_.6 b/gcc/testsuite/go.test/test/bench/go1/_gotest_.6 deleted file mode 100644 index 9fa1baa99aa..00000000000 --- a/gcc/testsuite/go.test/test/bench/go1/_gotest_.6 +++ /dev/null @@ -1,885 +0,0 @@ -go object linux amd64 weekly.2012-01-15 11312+ X:none - exports automatically generated from - template_test.go in package "go1" - -$$ // exports - package go1 - import log "log" - import ioutil "io/ioutil" - import runtime "runtime" - import bufio "bufio" - import bzip2 "compress/bzip2" - import io "io" - import gzip "compress/gzip" - import testing "testing" - import base64 "encoding/base64" - import strings "strings" - import gob "encoding/gob" - import reflect "reflect" - import template "text/template" - import json "encoding/json" - import bytes "bytes" - type @"".binaryNode struct { @"".item int; @"".left *@"".binaryNode; @"".right *@"".binaryNode } - func (@"".n *@"".binaryNode "noescape") @"".itemCheck() (? int) - func @"".bottomUpTree(@"".item int, @"".depth int) (? *@"".binaryNode) - const @"".minDepth = 4 - func @"".binarytree(@"".n int) - import time "time" // indirect - type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool } - type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool } - type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone } - func (@"time".l *@"time".Location) String() (? string) - func (@"time".l *@"time".Location) @"time".get() (? *@"time".Location) - func (@"time".l *@"time".Location) @"time".lookup(@"time".sec int64) (@"time".name string, @"time".offset int, @"time".isDST bool, @"time".start int64, @"time".end int64) - func (@"time".l *@"time".Location) @"time".lookupName(@"time".name string "noescape") (@"time".offset int, @"time".isDST bool, @"time".ok bool) - func (@"time".l *@"time".Location) @"time".lookupOffset(@"time".offset int) (@"time".name string, @"time".isDST bool, @"time".ok bool) - type @"time".Duration int64 - func (@"time".d @"time".Duration) Hours() (? float64) - func (@"time".d @"time".Duration) Minutes() (? float64) - func (@"time".d @"time".Duration) Nanoseconds() (? int64) { return int64(@"time".d) } - func (@"time".d @"time".Duration) Seconds() (? float64) - func (@"time".d @"time".Duration) String() (? string) - type @"time".Month int - func (@"time".m @"time".Month) String() (? string) { return @"time".months[@"time".m - @"time".Month(1)] } - type @"time".Weekday int - func (@"time".d @"time".Weekday) String() (? string) { return @"time".days[@"time".d] } - type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location } - func (@"time".t @"time".Time) Add(@"time".d @"time".Duration) (? @"time".Time) - func (@"time".t @"time".Time) AddDate(@"time".years int, @"time".months int, @"time".days int) (? @"time".Time) - func (@"time".t @"time".Time "noescape") After(@"time".u @"time".Time "noescape") (? bool) { return @"time".t.@"time".sec > @"time".u.@"time".sec || @"time".t.@"time".sec == @"time".u.@"time".sec && @"time".t.@"time".nsec > @"time".u.@"time".nsec } - func (@"time".t @"time".Time "noescape") Before(@"time".u @"time".Time "noescape") (? bool) { return @"time".t.@"time".sec < @"time".u.@"time".sec || @"time".t.@"time".sec == @"time".u.@"time".sec && @"time".t.@"time".nsec < @"time".u.@"time".nsec } - func (@"time".t @"time".Time) Clock() (@"time".hour int, @"time".min int, @"time".sec int) - func (@"time".t @"time".Time) Date() (@"time".year int, @"time".month @"time".Month, @"time".day int) - func (@"time".t @"time".Time) Day() (? int) - func (@"time".t @"time".Time "noescape") Equal(@"time".u @"time".Time "noescape") (? bool) { return @"time".t.@"time".sec == @"time".u.@"time".sec && @"time".t.@"time".nsec == @"time".u.@"time".nsec } - func (@"time".t @"time".Time) Format(@"time".layout string) (? string) - func (@"time".t *@"time".Time "noescape") GobDecode(@"time".buf []byte "noescape") (? error) - func (@"time".t @"time".Time) GobEncode() (? []byte, ? error) - func (@"time".t @"time".Time) Hour() (? int) - func (@"time".t @"time".Time) ISOWeek() (@"time".year int, @"time".week int) - func (@"time".t @"time".Time) In(@"time".loc *@"time".Location) (? @"time".Time) - func (@"time".t @"time".Time "noescape") IsZero() (? bool) { return @"time".t.@"time".sec == 0 && @"time".t.@"time".nsec == 0 } - func (@"time".t @"time".Time) Local() (? @"time".Time) - func (@"time".t @"time".Time) Location() (? *@"time".Location) - func (@"time".t @"time".Time) MarshalJSON() (? []byte, ? error) - func (@"time".t @"time".Time) Minute() (? int) - func (@"time".t @"time".Time) Month() (? @"time".Month) - func (@"time".t @"time".Time "noescape") Nanosecond() (? int) { return int(@"time".t.@"time".nsec) } - func (@"time".t @"time".Time) Second() (? int) - func (@"time".t @"time".Time) String() (? string) - func (@"time".t @"time".Time "noescape") Sub(@"time".u @"time".Time "noescape") (? @"time".Duration) { return @"time".Duration(@"time".t.@"time".sec - @"time".u.@"time".sec) * @"time".Duration(1000000000) + @"time".Duration(@"time".t.@"time".nsec - @"time".u.@"time".nsec) } - func (@"time".t @"time".Time) UTC() (? @"time".Time) - func (@"time".t @"time".Time "noescape") Unix() (? int64) { return @"time".t.@"time".sec + -62135596800 } - func (@"time".t @"time".Time "noescape") UnixNano() (? int64) { return (@"time".t.@"time".sec + -62135596800) * 1000000000 + int64(@"time".t.@"time".nsec) } - func (@"time".t *@"time".Time "noescape") UnmarshalJSON(@"time".data []byte "noescape") (@"time".err error) - func (@"time".t @"time".Time) Weekday() (? @"time".Weekday) - func (@"time".t @"time".Time) Year() (? int) - func (@"time".t @"time".Time) Zone() (@"time".name string, @"time".offset int) - func (@"time".t @"time".Time) @"time".abs() (? uint64) - func (@"time".t @"time".Time) @"time".date(@"time".full bool) (@"time".year int, @"time".month @"time".Month, @"time".day int, @"time".yday int) - type @"testing".common struct { @"testing".output []byte; @"testing".failed bool; @"testing".start @"time".Time; @"testing".duration @"time".Duration; @"testing".self interface {}; @"testing".signal chan interface {} } - func (@"testing".c *@"testing".common "noescape") Error(@"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Errorf(@"testing".format string "noescape", @"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Fail() { @"testing".c.@"testing".failed = true } - func (@"testing".c *@"testing".common "noescape") FailNow() - func (@"testing".c *@"testing".common "noescape") Failed() (? bool) { return @"testing".c.@"testing".failed } - func (@"testing".c *@"testing".common "noescape") Fatal(@"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Fatalf(@"testing".format string "noescape", @"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Log(@"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Logf(@"testing".format string "noescape", @"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") @"testing".log(@"testing".s string) - type @"testing".InternalBenchmark struct { Name string; F func(@"testing".b *@"testing".B) } - type @"testing".BenchmarkResult struct { N int; T @"time".Duration; Bytes int64 } - func (@"testing".r @"testing".BenchmarkResult) NsPerOp() (? int64) - func (@"testing".r @"testing".BenchmarkResult) String() (? string) - func (@"testing".r @"testing".BenchmarkResult) @"testing".mbPerSec() (? float64) - type @"testing".B struct { ? @"testing".common; N int; @"testing".benchmark @"testing".InternalBenchmark; @"testing".bytes int64; @"testing".timerOn bool; @"testing".result @"testing".BenchmarkResult } - func (@"testing".b *@"testing".B "noescape") ResetTimer() - func (@"testing".b *@"testing".B "noescape") SetBytes(@"testing".n int64) { @"testing".b.@"testing".bytes = @"testing".n } - func (@"testing".b *@"testing".B "noescape") StartTimer() - func (@"testing".b *@"testing".B "noescape") StopTimer() - func (@"testing".b *@"testing".B) @"testing".launch() - func (@"testing".b *@"testing".B "noescape") @"testing".nsPerOp() (? int64) - func (@"testing".b *@"testing".B) @"testing".run() (? @"testing".BenchmarkResult) - func (@"testing".b *@"testing".B) @"testing".runN(@"testing".n int) - func (@"testing".b *@"testing".B "noescape") @"testing".trimOutput() - func @"".BenchmarkBinaryTree17(@"".b *@"testing".B "noescape") - func @"".fannkuch(@"".n int) (? int) - func @"".BenchmarkFannkuch11(@"".b *@"testing".B "noescape") - var @"".fasta25m []byte - func @"".fasta(@"".n int) (? []byte) - type @"".fastaBuffer []byte - func (@"".b *@"".fastaBuffer "noescape") Flush() - func (@"".b *@"".fastaBuffer "noescape") NextWrite(@"".n int) (? []byte) - func (@"".b *@"".fastaBuffer "noescape") WriteString(@"".s string "noescape") - const @"".fastaLine = 60 - func @"".fastaRepeat(@"".out *@"".fastaBuffer "noescape", @"".alu []byte "noescape", @"".n int) - const @"".fastaLookupSize = 4096 - const @"".fastaLookupScale float64 = 4095p+0 - var @"".fastaRand uint32 - type @"".fastaAcid struct { @"".sym byte; @"".prob float64; @"".cprob float64; @"".next *@"".fastaAcid } - func @"".fastaComputeLookup(@"".acid []@"".fastaAcid) (? *[4096]*@"".fastaAcid) - func @"".fastaRandom(@"".out *@"".fastaBuffer "noescape", @"".acid []@"".fastaAcid, @"".n int) - var @"".gobbytes []byte - type @"".JSONNode struct { Name string "json:\"name\""; Kids []*@"".JSONNode "json:\"kids\""; CLWeight float64 "json:\"cl_weight\""; Touches int "json:\"touches\""; MinT int64 "json:\"min_t\""; MaxT int64 "json:\"max_t\""; MeanT int64 "json:\"mean_t\"" } - type @"".JSONResponse struct { Tree *@"".JSONNode "json:\"tree\""; Username string "json:\"username\"" } - var @"".gobdata *@"".JSONResponse - func @"".gobinit() - func @"".gobResponse(@"".r *@"".JSONResponse) (? *@"".JSONResponse) - func @"".gobNode(@"".n *@"".JSONNode "noescape") (? *@"".JSONNode) - func @"".gobdec() - func @"".gobenc() - func @"".BenchmarkGobDecode(@"".b *@"testing".B "noescape") - func @"".BenchmarkGobEncode(@"".b *@"testing".B "noescape") - var @"".jsongunz []byte - var @"".jsongz []byte - func @"".init·1() - func @"".gzip() - func @"".gunzip() - func @"".BenchmarkGzip(@"".b *@"testing".B "noescape") - func @"".BenchmarkGunzip(@"".b *@"testing".B "noescape") - var @"".jsonbytes []byte - var @"".jsondata @"".JSONResponse - func @"".init·2() - func @"".jsondec() - func @"".jsonenc() - func @"".BenchmarkJSONEncode(@"".b *@"testing".B "noescape") - func @"".BenchmarkJSONDecode(@"".b *@"testing".B "noescape") - var @"".jsonbz2_base64 string - var @"".revCompTable [256]uint8 - func @"".revcomp(@"".data []byte) - func @"".BenchmarkRevcomp25M(@"".b *@"testing".B "noescape") - const @"".tmplText = "\n{\n\t\"tree\":{{template \"node\" .Tree}},\n\t\"username\":\"{{.Username}}\"\n}\n{{define \"node\"}}\n{\n\t\"name\":\"{{.Name}}\",\n\t\"kids\":[\n\t{{range $i, $k := .Kids}}\n\t\t{{if $i}}\n\t\t\t,\n\t\t{{end}}\n\t\t{{template \"node\" $k}}\n\t{{end}}\n\t],\n\t\"cl_weight\":{{.CLWeight}},\n\t\"touches\":{{.Touches}},\n\t\"min_t\":{{.MinT}},\n\t\"max_t\":{{.MaxT}},\n\t\"mean_t\":{{.MeanT}}\n}\n{{end}}\n" - func @"".stripTabNL(@"".r rune) (? rune) - import parse "text/template/parse" // indirect - type @"text/template/parse".NodeType int - func (@"text/template/parse".t @"text/template/parse".NodeType) Type() (? @"text/template/parse".NodeType) { return @"text/template/parse".t } - type @"text/template/parse".Node interface { Type() (? @"text/template/parse".NodeType); String() (? string) } - type @"text/template/parse".ListNode struct { ? @"text/template/parse".NodeType; Nodes []@"text/template/parse".Node } - func (@"text/template/parse".l *@"text/template/parse".ListNode "noescape") String() (? string) - func (@"text/template/parse".l *@"text/template/parse".ListNode "noescape") @"text/template/parse".append(@"text/template/parse".n @"text/template/parse".Node) { @"text/template/parse".l.Nodes = append(@"text/template/parse".l.Nodes, @"text/template/parse".n) } - type @"text/template/parse".stateFn func(? *@"text/template/parse".lexer) (? @"text/template/parse".stateFn) - type @"text/template/parse".itemType int - func (@"text/template/parse".i @"text/template/parse".itemType) String() (? string) - type @"text/template/parse".item struct { @"text/template/parse".typ @"text/template/parse".itemType; @"text/template/parse".val string } - func (@"text/template/parse".i @"text/template/parse".item) String() (? string) - type @"text/template/parse".lexer struct { @"text/template/parse".name string; @"text/template/parse".input string; @"text/template/parse".leftDelim string; @"text/template/parse".rightDelim string; @"text/template/parse".state @"text/template/parse".stateFn; @"text/template/parse".pos int; @"text/template/parse".start int; @"text/template/parse".width int; @"text/template/parse".items chan @"text/template/parse".item } - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".accept(@"text/template/parse".valid string "noescape") (? bool) - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".acceptRun(@"text/template/parse".valid string "noescape") - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".backup() - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".emit(@"text/template/parse".t @"text/template/parse".itemType) - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".errorf(@"text/template/parse".format string "noescape", @"text/template/parse".args ...interface {} "noescape") (? @"text/template/parse".stateFn) - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".ignore() { @"text/template/parse".l.@"text/template/parse".start = @"text/template/parse".l.@"text/template/parse".pos } - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".lineNumber() (? int) - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".next() (@"text/template/parse".r rune) - func (@"text/template/parse".l *@"text/template/parse".lexer) @"text/template/parse".nextItem() (? @"text/template/parse".item) - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".peek() (? rune) - func (@"text/template/parse".l *@"text/template/parse".lexer "noescape") @"text/template/parse".scanNumber() (? bool) - type @"text/template/parse".CommandNode struct { ? @"text/template/parse".NodeType; Args []@"text/template/parse".Node } - func (@"text/template/parse".c *@"text/template/parse".CommandNode "noescape") String() (? string) - func (@"text/template/parse".c *@"text/template/parse".CommandNode "noescape") @"text/template/parse".append(@"text/template/parse".arg @"text/template/parse".Node) { @"text/template/parse".c.Args = append(@"text/template/parse".c.Args, @"text/template/parse".arg) } - type @"text/template/parse".VariableNode struct { ? @"text/template/parse".NodeType; Ident []string } - func (@"text/template/parse".v *@"text/template/parse".VariableNode "noescape") String() (? string) - type @"text/template/parse".PipeNode struct { ? @"text/template/parse".NodeType; Line int; Decl []*@"text/template/parse".VariableNode; Cmds []*@"text/template/parse".CommandNode } - func (@"text/template/parse".p *@"text/template/parse".PipeNode "noescape") String() (? string) - func (@"text/template/parse".p *@"text/template/parse".PipeNode "noescape") @"text/template/parse".append(@"text/template/parse".command *@"text/template/parse".CommandNode) { @"text/template/parse".p.Cmds = append(@"text/template/parse".p.Cmds, @"text/template/parse".command) } - type @"text/template/parse".Tree struct { Name string; Root *@"text/template/parse".ListNode; @"text/template/parse".funcs []map[string]interface {}; @"text/template/parse".lex *@"text/template/parse".lexer; @"text/template/parse".token [2]@"text/template/parse".item; @"text/template/parse".peekCount int; @"text/template/parse".vars []string } - func (@"text/template/parse".t *@"text/template/parse".Tree) Parse(@"text/template/parse".s string, @"text/template/parse".leftDelim string, @"text/template/parse".rightDelim string, @"text/template/parse".treeSet map[string]*@"text/template/parse".Tree "noescape", @"text/template/parse".funcs ...map[string]interface {}) (@"text/template/parse".tree *@"text/template/parse".Tree, @"text/template/parse".err error) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".action() (@"text/template/parse".n @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree) @"text/template/parse".add(@"text/template/parse".treeSet map[string]*@"text/template/parse".Tree "noescape") - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".atEOF() (? bool) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".backup() - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".backup2(@"text/template/parse".t1 @"text/template/parse".item) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".command() (? *@"text/template/parse".CommandNode) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".elseControl() (? @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".endControl() (? @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".error(@"text/template/parse".err error) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".errorf(@"text/template/parse".format string, @"text/template/parse".args ...interface {} "noescape") - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".expect(@"text/template/parse".expected @"text/template/parse".itemType, @"text/template/parse".context string) (? @"text/template/parse".item) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".expectOneOf(@"text/template/parse".expected1 @"text/template/parse".itemType, @"text/template/parse".expected2 @"text/template/parse".itemType, @"text/template/parse".context string) (? @"text/template/parse".item) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".hasFunction(@"text/template/parse".name string "noescape") (? bool) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".ifControl() (? @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".itemList() (@"text/template/parse".list *@"text/template/parse".ListNode, @"text/template/parse".next @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".next() (? @"text/template/parse".item) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".parse(@"text/template/parse".treeSet map[string]*@"text/template/parse".Tree "noescape") (@"text/template/parse".next @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".parseControl(@"text/template/parse".context string) (@"text/template/parse".lineNum int, @"text/template/parse".pipe *@"text/template/parse".PipeNode, @"text/template/parse".list *@"text/template/parse".ListNode, @"text/template/parse".elseList *@"text/template/parse".ListNode) - func (@"text/template/parse".t *@"text/template/parse".Tree) @"text/template/parse".parseDefinition(@"text/template/parse".treeSet map[string]*@"text/template/parse".Tree "noescape") - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".peek() (? @"text/template/parse".item) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".pipeline(@"text/template/parse".context string) (@"text/template/parse".pipe *@"text/template/parse".PipeNode) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".popVars(@"text/template/parse".n int) { @"text/template/parse".t.@"text/template/parse".vars = @"text/template/parse".t.@"text/template/parse".vars[:@"text/template/parse".n] } - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".rangeControl() (? @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".recover(@"text/template/parse".errp *error "noescape") - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".startParse(@"text/template/parse".funcs []map[string]interface {}, @"text/template/parse".lex *@"text/template/parse".lexer) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".stopParse() - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".templateControl() (? @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".textOrAction() (? @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".unexpected(@"text/template/parse".token @"text/template/parse".item, @"text/template/parse".context string) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".useVar(@"text/template/parse".name string "noescape") (? @"text/template/parse".Node) - func (@"text/template/parse".t *@"text/template/parse".Tree "noescape") @"text/template/parse".withControl() (? @"text/template/parse".Node) - type @"text/template".FuncMap map[string]interface {} - type @"runtime".Type interface {} - type @"reflect".method struct { @"reflect".name *string; @"reflect".pkgPath *string; @"reflect".mtyp *@"runtime".Type; @"reflect".typ *@"runtime".Type; @"reflect".ifn @"unsafe".Pointer; @"reflect".tfn @"unsafe".Pointer } - type @"reflect".ChanDir int - func (@"reflect".d @"reflect".ChanDir) String() (? string) - type @"reflect".StructTag string - func (@"reflect".tag @"reflect".StructTag "noescape") Get(@"reflect".key string "noescape") (? string) - type @"reflect".StructField struct { PkgPath string; Name string; Type @"reflect".Type; Tag @"reflect".StructTag; Offset uintptr; Index []int; Anonymous bool } - type @"reflect".Kind uint - func (@"reflect".k @"reflect".Kind) String() (? string) - type @"reflect".Type interface { Align() (? int); FieldAlign() (? int); Method(? int) (? @"reflect".Method); MethodByName(? string) (? @"reflect".Method, ? bool); NumMethod() (? int); Name() (? string); PkgPath() (? string); Size() (? uintptr); String() (? string); Kind() (? @"reflect".Kind); Implements(@"reflect".u @"reflect".Type) (? bool); AssignableTo(@"reflect".u @"reflect".Type) (? bool); Bits() (? int); ChanDir() (? @"reflect".ChanDir); IsVariadic() (? bool); Elem() (? @"reflect".Type); Field(@"reflect".i int) (? @"reflect".StructField); FieldByIndex(@"reflect".index []int) (? @"reflect".StructField); FieldByName(@"reflect".name string) (? @"reflect".StructField, ? bool); FieldByNameFunc(@"reflect".match func(? string) (? bool)) (? @"reflect".StructField, ? bool); In(@"reflect".i int) (? @"reflect".Type); Key() (? @"reflect".Type); Len() (? int); NumField() (? int); NumIn() (? int); NumOut() (? int); Out(@"reflect".i int) (? @"reflect".Type); @"reflect".runtimeType() (? *@"runtime".Type); @"reflect".common() (? *@"reflect".commonType); @"reflect".uncommon() (? *@"reflect".uncommonType) } - type @"reflect".Method struct { PkgPath string; Name string; Type @"reflect".Type; Func @"reflect".Value; Index int } - type @"reflect".uncommonType struct { @"reflect".name *string; @"reflect".pkgPath *string; @"reflect".methods []@"reflect".method } - func (@"reflect".t *@"reflect".uncommonType "noescape") Method(@"reflect".i int) (@"reflect".m @"reflect".Method) - func (@"reflect".t *@"reflect".uncommonType "noescape") MethodByName(@"reflect".name string "noescape") (@"reflect".m @"reflect".Method, @"reflect".ok bool) - func (@"reflect".t *@"reflect".uncommonType "noescape") Name() (? string) - func (@"reflect".t *@"reflect".uncommonType "noescape") NumMethod() (? int) - func (@"reflect".t *@"reflect".uncommonType "noescape") PkgPath() (? string) - func (@"reflect".t *@"reflect".uncommonType) @"reflect".uncommon() (? *@"reflect".uncommonType) { return @"reflect".t } - type @"reflect".commonType struct { @"reflect".size uintptr; @"reflect".hash uint32; _ uint8; @"reflect".align uint8; @"reflect".fieldAlign uint8; @"reflect".kind uint8; @"reflect".alg *uintptr; @"reflect".string *string; ? *@"reflect".uncommonType; @"reflect".ptrToThis *@"runtime".Type } - func (@"reflect".t *@"reflect".commonType "noescape") Align() (? int) { return int(@"reflect".t.@"reflect".align) } - func (@"reflect".t *@"reflect".commonType "noescape") AssignableTo(@"reflect".u @"reflect".Type "noescape") (? bool) - func (@"reflect".t *@"reflect".commonType "noescape") Bits() (? int) - func (@"reflect".t *@"reflect".commonType "noescape") ChanDir() (? @"reflect".ChanDir) - func (@"reflect".t *@"reflect".commonType "noescape") Elem() (? @"reflect".Type) - func (@"reflect".t *@"reflect".commonType "noescape") Field(@"reflect".i int) (? @"reflect".StructField) - func (@"reflect".t *@"reflect".commonType "noescape") FieldAlign() (? int) { return int(@"reflect".t.@"reflect".fieldAlign) } - func (@"reflect".t *@"reflect".commonType) FieldByIndex(@"reflect".index []int "noescape") (? @"reflect".StructField) - func (@"reflect".t *@"reflect".commonType) FieldByName(@"reflect".name string "noescape") (? @"reflect".StructField, ? bool) - func (@"reflect".t *@"reflect".commonType) FieldByNameFunc(@"reflect".match func(? string) (? bool) "noescape") (? @"reflect".StructField, ? bool) - func (@"reflect".t *@"reflect".commonType "noescape") Implements(@"reflect".u @"reflect".Type) (? bool) - func (@"reflect".t *@"reflect".commonType "noescape") In(@"reflect".i int) (? @"reflect".Type) - func (@"reflect".t *@"reflect".commonType "noescape") IsVariadic() (? bool) - func (@"reflect".t *@"reflect".commonType "noescape") Key() (? @"reflect".Type) - func (@"reflect".t *@"reflect".commonType "noescape") Kind() (? @"reflect".Kind) { return @"reflect".Kind(@"reflect".t.@"reflect".kind & 127) } - func (@"reflect".t *@"reflect".commonType "noescape") Len() (? int) - func (@"reflect".t *@"reflect".commonType "noescape") Method(@"reflect".i int) (@"reflect".m @"reflect".Method) - func (@"reflect".t *@"reflect".commonType "noescape") MethodByName(@"reflect".name string "noescape") (@"reflect".m @"reflect".Method, @"reflect".ok bool) - func (@"reflect".t *@"reflect".commonType "noescape") Name() (? string) - func (@"reflect".t *@"reflect".commonType "noescape") NumField() (? int) - func (@"reflect".t *@"reflect".commonType "noescape") NumIn() (? int) - func (@"reflect".t *@"reflect".commonType "noescape") NumMethod() (? int) - func (@"reflect".t *@"reflect".commonType "noescape") NumOut() (? int) - func (@"reflect".t *@"reflect".commonType "noescape") Out(@"reflect".i int) (? @"reflect".Type) - func (@"reflect".t *@"reflect".commonType "noescape") PkgPath() (? string) - func (@"reflect".t *@"reflect".commonType "noescape") Size() (? uintptr) { return @"reflect".t.@"reflect".size } - func (@"reflect".t *@"reflect".commonType "noescape") String() (? string) { return *@"reflect".t.@"reflect".string } - func (@"reflect".t *@"reflect".commonType) @"reflect".common() (? *@"reflect".commonType) { return @"reflect".t } - func (@"reflect".ct *@"reflect".commonType) @"reflect".ptrTo() (? *@"reflect".commonType) - func (@"reflect".t *@"reflect".commonType) @"reflect".runtimeType() (? *@"runtime".Type) - func (@"reflect".t *@"reflect".commonType) @"reflect".toType() (? @"reflect".Type) - type @"reflect".flag uintptr - func (@"reflect".f @"reflect".flag) @"reflect".kind() (? @"reflect".Kind) { return @"reflect".Kind(@"reflect".f >> 4 & @"reflect".flag(31)) } - func (@"reflect".f @"reflect".flag) @"reflect".mustBe(@"reflect".expected @"reflect".Kind) - func (@"reflect".f @"reflect".flag) @"reflect".mustBeAssignable() - func (@"reflect".f @"reflect".flag) @"reflect".mustBeExported() - type @"reflect".iword @"unsafe".Pointer - type @"reflect".Value struct { @"reflect".typ *@"reflect".commonType; @"reflect".val @"unsafe".Pointer; ? @"reflect".flag } - func (@"reflect".v @"reflect".Value) Addr() (? @"reflect".Value) - func (@"reflect".v @"reflect".Value "noescape") Bool() (? bool) - func (@"reflect".v @"reflect".Value "noescape") Bytes() (? []byte) - func (@"reflect".v @"reflect".Value) Call(@"reflect".in []@"reflect".Value "noescape") (? []@"reflect".Value) - func (@"reflect".v @"reflect".Value) CallSlice(@"reflect".in []@"reflect".Value "noescape") (? []@"reflect".Value) - func (@"reflect".v @"reflect".Value "noescape") CanAddr() (? bool) { return @"reflect".v.@"reflect".flag & @"reflect".flag(4) != @"reflect".flag(0) } - func (@"reflect".v @"reflect".Value "noescape") CanInterface() (? bool) - func (@"reflect".v @"reflect".Value "noescape") CanSet() (? bool) { return @"reflect".v.@"reflect".flag & @"reflect".flag(5) == @"reflect".flag(4) } - func (@"reflect".v @"reflect".Value) Cap() (? int) - func (@"reflect".v @"reflect".Value) Close() - func (@"reflect".v @"reflect".Value "noescape") Complex() (? complex128) - func (@"reflect".v @"reflect".Value) Elem() (? @"reflect".Value) - func (@"reflect".v @"reflect".Value) Field(@"reflect".i int) (? @"reflect".Value) - func (@"reflect".v @"reflect".Value) FieldByIndex(@"reflect".index []int "noescape") (? @"reflect".Value) - func (@"reflect".v @"reflect".Value) FieldByName(@"reflect".name string "noescape") (? @"reflect".Value) - func (@"reflect".v @"reflect".Value) FieldByNameFunc(@"reflect".match func(? string) (? bool) "noescape") (? @"reflect".Value) - func (@"reflect".v @"reflect".Value "noescape") Float() (? float64) - func (@"reflect".v @"reflect".Value) Index(@"reflect".i int) (? @"reflect".Value) - func (@"reflect".v @"reflect".Value "noescape") Int() (? int64) - func (@"reflect".v @"reflect".Value) Interface() (? interface {}) - func (@"reflect".v @"reflect".Value "noescape") InterfaceData() (? [2]uintptr) - func (@"reflect".v @"reflect".Value "noescape") IsNil() (? bool) - func (@"reflect".v @"reflect".Value "noescape") IsValid() (? bool) { return @"reflect".v.@"reflect".flag != @"reflect".flag(0) } - func (@"reflect".v @"reflect".Value "noescape") Kind() (? @"reflect".Kind) - func (@"reflect".v @"reflect".Value) Len() (? int) - func (@"reflect".v @"reflect".Value) MapIndex(@"reflect".key @"reflect".Value) (? @"reflect".Value) - func (@"reflect".v @"reflect".Value) MapKeys() (? []@"reflect".Value) - func (@"reflect".v @"reflect".Value) Method(@"reflect".i int) (? @"reflect".Value) - func (@"reflect".v @"reflect".Value) MethodByName(@"reflect".name string "noescape") (? @"reflect".Value) - func (@"reflect".v @"reflect".Value "noescape") NumField() (? int) - func (@"reflect".v @"reflect".Value "noescape") NumMethod() (? int) - func (@"reflect".v @"reflect".Value "noescape") OverflowComplex(@"reflect".x complex128 "noescape") (? bool) - func (@"reflect".v @"reflect".Value "noescape") OverflowFloat(@"reflect".x float64) (? bool) - func (@"reflect".v @"reflect".Value "noescape") OverflowInt(@"reflect".x int64) (? bool) - func (@"reflect".v @"reflect".Value "noescape") OverflowUint(@"reflect".x uint64) (? bool) - func (@"reflect".v @"reflect".Value) Pointer() (? uintptr) - func (@"reflect".v @"reflect".Value) Recv() (@"reflect".x @"reflect".Value, @"reflect".ok bool) - func (@"reflect".v @"reflect".Value) Send(@"reflect".x @"reflect".Value) - func (@"reflect".v @"reflect".Value) Set(@"reflect".x @"reflect".Value) - func (@"reflect".v @"reflect".Value "noescape") SetBool(@"reflect".x bool) - func (@"reflect".v @"reflect".Value "noescape") SetBytes(@"reflect".x []byte) - func (@"reflect".v @"reflect".Value "noescape") SetComplex(@"reflect".x complex128) - func (@"reflect".v @"reflect".Value "noescape") SetFloat(@"reflect".x float64) - func (@"reflect".v @"reflect".Value "noescape") SetInt(@"reflect".x int64) - func (@"reflect".v @"reflect".Value "noescape") SetLen(@"reflect".n int) - func (@"reflect".v @"reflect".Value) SetMapIndex(@"reflect".key @"reflect".Value, @"reflect".val @"reflect".Value) - func (@"reflect".v @"reflect".Value "noescape") SetPointer(@"reflect".x @"unsafe".Pointer) - func (@"reflect".v @"reflect".Value "noescape") SetString(@"reflect".x string) - func (@"reflect".v @"reflect".Value "noescape") SetUint(@"reflect".x uint64) - func (@"reflect".v @"reflect".Value) Slice(@"reflect".beg int, @"reflect".end int) (? @"reflect".Value) - func (@"reflect".v @"reflect".Value "noescape") String() (? string) - func (@"reflect".v @"reflect".Value) TryRecv() (@"reflect".x @"reflect".Value, @"reflect".ok bool) - func (@"reflect".v @"reflect".Value) TrySend(@"reflect".x @"reflect".Value) (? bool) - func (@"reflect".v @"reflect".Value) Type() (? @"reflect".Type) - func (@"reflect".v @"reflect".Value "noescape") Uint() (? uint64) - func (@"reflect".v @"reflect".Value) UnsafeAddr() (? uintptr) - func (@"reflect".v @"reflect".Value) @"reflect".assignTo(@"reflect".context string "noescape", @"reflect".dst *@"reflect".commonType, @"reflect".target *interface {}) (? @"reflect".Value) - func (@"reflect".v @"reflect".Value) @"reflect".call(@"reflect".method string "noescape", @"reflect".in []@"reflect".Value "noescape") (? []@"reflect".Value) - func (@"reflect".v @"reflect".Value) @"reflect".iword() (? @"reflect".iword) - func (@"reflect".v @"reflect".Value) @"reflect".recv(@"reflect".nb bool) (@"reflect".val @"reflect".Value, @"reflect".ok bool) - func (@"reflect".v @"reflect".Value) @"reflect".send(@"reflect".x @"reflect".Value, @"reflect".nb bool) (@"reflect".selected bool) - type @"text/template".common struct { @"text/template".tmpl map[string]*@"text/template".Template; @"text/template".parseFuncs @"text/template".FuncMap; @"text/template".execFuncs map[string]@"reflect".Value } - type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) } - type @"text/template".Template struct { @"text/template".name string; ? *@"text/template/parse".Tree; ? *@"text/template".common; @"text/template".leftDelim string; @"text/template".rightDelim string } - func (@"text/template".t *@"text/template".Template) AddParseTree(@"text/template".name string, @"text/template".tree *@"text/template/parse".Tree) (? *@"text/template".Template, ? error) - func (@"text/template".t *@"text/template".Template) Clone() (? *@"text/template".Template) - func (@"text/template".t *@"text/template".Template) Delims(@"text/template".left string, @"text/template".right string) (? *@"text/template".Template) - func (@"text/template".t *@"text/template".Template) Execute(@"text/template".wr @"io".Writer, @"text/template".data interface {}) (@"text/template".err error) - func (@"text/template".t *@"text/template".Template "noescape") ExecuteTemplate(@"text/template".wr @"io".Writer, @"text/template".name string, @"text/template".data interface {}) (? error) - func (@"text/template".t *@"text/template".Template) Funcs(@"text/template".funcMap @"text/template".FuncMap "noescape") (? *@"text/template".Template) - func (@"text/template".t *@"text/template".Template "noescape") Lookup(@"text/template".name string "noescape") (? *@"text/template".Template) - func (@"text/template".t *@"text/template".Template "noescape") Name() (? string) { return @"text/template".t.@"text/template".name } - func (@"text/template".t *@"text/template".Template) New(@"text/template".name string) (? *@"text/template".Template) - func (@"text/template".t *@"text/template".Template) Parse(@"text/template".text string) (? *@"text/template".Template, ? error) - func (@"text/template".t *@"text/template".Template) ParseFiles(@"text/template".filenames ...string "noescape") (? *@"text/template".Template, ? error) - func (@"text/template".t *@"text/template".Template) ParseGlob(@"text/template".pattern string) (? *@"text/template".Template, ? error) - func (@"text/template".t *@"text/template".Template "noescape") Templates() (? []*@"text/template".Template) - func (@"text/template".t *@"text/template".Template "noescape") @"text/template".associate(@"text/template".new *@"text/template".Template) (? error) - func (@"text/template".t *@"text/template".Template) @"text/template".copy(@"text/template".c *@"text/template".common) (? *@"text/template".Template) - func (@"text/template".t *@"text/template".Template "noescape") @"text/template".init() - var @"".tmpl *@"text/template".Template - func @"".init·3() - func @"".tmplexec() - func @"".BenchmarkTemplate(@"".b *@"testing".B "noescape") - var @"".initdone· uint8 - func @"".init() - var @"time".months [12]string - var @"time".days [7]string - -$$ // local types - -$$ - -! -„y/„ "".itemr r•t/„"".depthr‘q®®øÿÿÿ s®ru„t"".itemr‘t>„"".itemr„t"".depthr•t/„"".depthr‘q®øÿÿÿ s®®‹® tª„q"".(*binaryNode).itemCheck„qtype.method(*"".binaryNode) func() intã‘qEu„t"".n„qtype.*"".binaryNode®‘t®‹®u¢Z7pr‹r tª® ‹„"".n®  q„t"".n® ‘tr  ‹„s"".autotmp_0009r üÿÿÿs® ‹„"".n®  qr r üÿÿÿsÝ r  tª „q"".binarytree„qtype.func(int)ã%‘qE0u„t"".nr%‘t&'uR'Kpr(ur*„s"".maxDepthr*•ìÿÿÿsD*r,ur,,‘q®,„"".n®,,qr,r/ur/•ìÿÿÿsr//‘q®/„s "".longLivedTree®/•øÿÿÿ sr1uY1^p 1ur1•ìÿÿÿs&1S1‹p®2r2•ìÿÿÿsÝ2 2ur2u&2 uO2ipr2uÑ2®2„s!"".iterationsr2•äÿÿÿ!s„s""".checkr3u•ôÿÿÿ"sr5uY5ppD5r5•äÿÿÿ!s&5S5]p„s#"".ir6•ðÿÿÿ#sr6„s$"".depthr6•èÿÿÿ$s„%"".depthr6%6‘q®6®66qr6 6•ôÿÿÿ"sr7•ðÿÿÿ#s†7r7„s&"".depthr7•èÿÿÿ&s„'"".depthr7'7‘q®7®77q„s("".depthr7•èÿÿÿ(sr7•ðÿÿÿ#sr7 7•ôÿÿÿ"sY5op®;•øÿÿÿ s®;;qª=„q)"".BenchmarkBinaryTree17„q*type.func(*testing.B)ã?‘)q*Eur@uY@“pD@„t+"".b„q,type.*testing.B®@‘+t,r@Pr@•üÿÿÿ#s&@U@œprAuA‘qrA•üÿÿÿ#sY@’pªC„q-"".fannkuch„q.type.func(int) intãO‘-q.E`u„t/"".nrO‘/t&PuRP£prQu tªQrT/T„s0"".n1rT•Ôÿÿÿ0s„q1type.[]int®U“q1x¯U„runtime.nel®U¯U„runtime.cap®U„qruntime.makeslice„qtype.func(*uint8, int64, int64) []intU‘q„qtype.intrU‘/t®U„s"".perm®U•àÿÿÿs1rU rU•èÿÿÿs1rU$„qtype.uint8„runtime.typ®V“q1x¯V®V¯V®VV‘qrV‘/t®V„s "".perm1®V•ðÿÿÿ s1rV rV•øÿÿÿ s1rV$rV•üÿÿÿ s1®W“q1x¯W®W¯W®WW‘q®W•àÿÿÿs1rW•èÿÿÿs1®WrW rW$rYuYYÍpDYrY‘/t&YRY×p¯Z&Z•øÿÿÿ s1OZÔp„q -runtime.panicindexZ -q®Z•ðÿÿÿ s1rZYYÌpr]‘/t„s "".didprr^u•Ìÿÿÿ s„s "".flipsMaxr_u•Ðÿÿÿ sra•Ìÿÿÿ s&auRaàpDb•Ìÿÿÿ sYaàp/d&duQdëpre/e¯e&e1Oeèpe -q®e1reYdßp«h•ðÿÿÿ s1&huThïph -q®hrh&huQhMprh•Ôÿÿÿ0s¯h&h•øÿÿÿ s1Ohøph -q®h•ðÿÿÿ s1rh“rh•Ôÿÿÿ0s&hQhMp„s "".flipsriu•Øÿÿÿ srjuYjpDjrj‘/t&jRjp¯k&k1Okpk -q®k1¯k&k•øÿÿÿ s1Ok pk -q®k•ðÿÿÿ s1rk•rkYjp«m•ðÿÿÿ s1&mŽuTmpm -q®mŽrmŽro/orouYopDo/o&oRo7p¯p&p1Op#pp -qrp„s"".autotmp_0014rpÜÿÿÿs¯p&p1Op)pp -q®p1¯p&p1Op.pp -qrprp¯p&p1Op4pp -qrpÜÿÿÿsrpYopDr•Øÿÿÿ s¯t&t1Ot<pt -qrt¯u&u1OuApu -qrurv&wuZwpr{•Ðÿÿÿ sr{•Øÿÿÿ s&{R{Mpr|•Øÿÿÿ sr|•Ðÿÿÿ sY{MpD€r€‘/t&€R€~p«‚•ðÿÿÿ s1&‚ŽuT‚Tp‚ -q®‚Žr‚ŽrƒuYƒYpDƒ&ƒRƒjp¯„&„•øÿÿÿ s1O„_p„ -q®„•ðÿÿÿ s1r„D„¯„&„•øÿÿÿ s1O„fp„ -q®„•ðÿÿÿ s1r„•r„YƒXp¯†&†•øÿÿÿ s1O†np† -q®†•ðÿÿÿ s1r†¯‡&‡1O‡tp‡ -q®‡1/‡¯ˆ&ˆ1Oˆzpˆ -q®ˆ1rˆ“&ˆuUˆLprŒ‘/t&ŒZŒÚpr•Ðÿÿÿ s„t""..nonamertª„q"".BenchmarkFannkuch11㓑q*Eur”uY”ˆpD”®”‘+t,r”Pr”•üÿÿÿ#s&”U”‘p„"".nr• u•‘-q.r••üÿÿÿ#sY”‡pª—„q"".fasta„qtype.func(int) []uint8㢑qEˆu„qtype."".fastaBuffer®£“qx®£ur£ u„t"".nr£‘t>£¯£®£„qtype.func(*uint8, int64, int64) []uint8£‘q®£„s"".out®£•Àÿÿÿsr£ r£•Èÿÿÿsr£$r£•Ìÿÿÿs„qtype.[15]"".fastaAcid®µ“qx„qruntime.new„qtype.func(*uint8) *[15]"".fastaAcidµ‘q®µ®µ„q"".statictmp_0015«µq®µ<u¨µ²µ„s"".iub„qtype.[]"".fastaAcidrµu•èÿÿÿsrµu•ìÿÿÿs®µ•àÿÿÿs„qtype.[4]"".fastaAcid®¼“qx„qtype.func(*uint8) *[4]"".fastaAcid¼‘q®¼®¼„q "".statictmp_0017«¼ q®¼u¨¼²¼„s!"".homosapiensr¼u•Øÿÿÿ!sr¼u•Üÿÿÿ!s®¼•Ðÿÿÿ!s„s""".autotmp_0021«Å¡þÿÿ"s®Åu®Å#u¨ÅÆÅ®Åu¨ÅÙūšþÿÿ"s®Å„q#"".statictmp_0019«Å#q®Å#u¨Å²ÅÅ~Å~Å~ńs$"".alu„q%type.[]uint8rÅu•øÿÿÿ$s%rÅu•üÿÿÿ$s%®Å•ðÿÿÿ$s%«ǕÀÿÿÿs„&"".b®Ç&„q'go.string.">ONE Homo sapiens alu\n"«Ç'q„("".s«Ç(²DzDŽq)"".(*fastaBuffer).WriteStringÇ)q«ȕÀÿÿÿs„*"".out®È*„+"".alu«È+„s,"".alu®ȕðÿÿÿ,s%®ÈŽrȕøÿÿÿ,s%rÈŽrȕüÿÿÿ,s%rÈ ŽrÈurȑt>È„-"".nrÈ-„q."".fastaRepeat„q/type.func(*"".fastaBuffer, []uint8, int)ȑ.q/„s0"".out«ɕÀÿÿÿ0s®É&„q1go.string.">TWO IUB ambiguity codes\n"«É1q«É(²ɲÉÉ)q«ʕÀÿÿÿ0s„"".out®Ê„"".acid«Ê®ʕàÿÿÿs®ÊŽrʕèÿÿÿsrÊŽrʕìÿÿÿsrÊ ŽrÊu„t"".nrʑt>Ê„"".nrʏ„q"".fastaRandom„qtype.func(*"".fastaBuffer, []"".fastaAcid, int)ʑq„s"".out«˕Àÿÿÿs®Ë&„qgo.string.">THREE Homo sapiens frequency\n"«Ëq«Ë(²˲ËË)q«̕Àÿÿÿs„ "".out®Ì «Ì®̕Ðÿÿÿ!s®ÌŽr̕Øÿÿÿ!srÌŽr̕Üÿÿÿ!srÌ ŽrÌu„t -"".n„q type.intȓ -t >Ì„ "".nrÌ ̑q„s "".out®͕Àÿÿÿ s®Ítr͕Èÿÿÿ srÍtr͕Ìÿÿÿ srÍtªÍ„q"".(*fastaBuffer).Flush„qtype.method(*"".fastaBuffer) func()ãґqE(u„qtype.string„qtype.uint8„runtime.typ®ӓqx„qgo.string."flush"«Óq„runtime.elem«Ó²Ó²ӄqruntime.convT2E„qtype.func(*uint8, string) interface {}ӑq«Ó«Ó²Ó²ӄqruntime.panic„qtype.func(interface {})ӑqªÔ„qtype.method(*"".fastaBuffer) func(string)ã֑)qE(u„t"".b„qtype.*"".fastaBuffer®בt„"".b®×„t"".srוtr× „q"".(*fastaBuffer).NextWrite×q«×®×Žr׎r× Ž„runtime.to«Ø®ØŽrØŽrØ Ž„ runtime.fr«Ø ®ؕt®ØŽrؕtrØŽ„q!runtime.slicestringcopy„q"type.func([]uint8, string) intؑ!q"ªÙ„q#type.method(*"".fastaBuffer) func(int) []uint8ãۑq#E u„t$"".nrە$t „t%"".b®ۑ%t®Ü•rÜ•rÜ •„q&type."".fastaBufferr݁& Ý&ÝUÝEp„'"".b®Þ'Þqrޕ$t „t("".b®ޑ(t®ß•rß•rß •rá& á®árá¯á¯á°á¢áVáOp„q)runtime.panicsliceá)q¢áTáNpÝárá&ráÝášá®á&râ& ârâ¯â°â¢âVâ_pâ)q®â•râ•râ •„t*""..noname®ã*trã*trã*tªããè‘.q/E` u„t+"".alu„q,type.[]uint8®è•+t,rè•+t,rè•+t,®é“q,x„-runtime.x«é-®éŽréŽré Ž„.runtime.y«é.®éŽréŽré Ž„q/runtime.appendslice„q0type.func(*uint8, []uint8, []uint8) []uint8é‘/q0ré•$t ®é(„s1"".buf®é•àÿÿÿ1s,ré0ré•èÿÿÿ1s,ré4ré•ìÿÿÿ1s,„s"".offrêu•Øÿÿÿs &ëuUë·prì•$t rì &í<uUíƒprî<u „t"".out®ð‘t„"".b®ðrð „s"".mrð•Üÿÿÿs Dð„"".nrððqrð•èÿÿÿ1s,«ð®ðŽrðŽrð Žrñ•Øÿÿÿs ¯ñ°ñ,¢ñVñ•pñ)qrñ,Ýñrñ•ìÿÿÿ1s,Ýñšñ•àÿÿÿ1s,®ñ«ñ ®ñŽrñŽrñ Ž«ñ„s"".buf1®ñ•ðÿÿÿs,®ñŽrñ•øÿÿÿs,rñŽrñ Ž„runtime.widrñu „qruntime.copy„q type.func([]uint8, []uint8, uint32) intñ‘q „t -"".nrñ• -t rñ•+t,rñ•Üÿÿÿs ¯ò&ò•øÿÿÿs,Oò®p„q runtime.panicindexò q®ò•ðÿÿÿs,qò -u„q type.int ó•Øÿÿÿs ró•Øÿÿÿs &óSóµpÝô•Øÿÿÿs Ýö Yë|pªø„q "".fastaComputeLookup„qtype.func([]"".fastaAcid) *[4096]*"".fastaAcidã‘ qEu„qtype.[4096]*"".fastaAcid® “qx„qruntime.new„qtype.func(*uint8) *[4096]*"".fastaAcid ‘q®  -4„qtype.float64 -49r u„t"".acid„qtype.[]"".fastaAcidr •tY ÂpD & R ópr  « ‘t¯ & ŽO Êp  q® Ž>  uš  Ž4 95Î 45 59« ‘t¯ & ŽO Öp  q® Ž>  uš  94 þ¯@5 54 4Ž&uUÁpr /«‘t¯&ŽOæp q®Ž> uš«‘t¯&Oîp q®> uš®ŽYÁpr•t/«‘t¯&ŽOúp q®Ž> ušþ¯@44Žru ruruYpD&R%pr «‘t¯&ŽO p q®Ž> ušŽ4ã6Š46TpYpD Yp®¯&uOp q«‘t¯&“O p q®“> uš®ŽYp®*tª„q"".fastaRandom„qtype.func(*"".fastaBuffer, []"".fastaAcid, int)ã‘qE0 u„"".acid«%„t"".acid®%•t®%Žr%•tr%Žr%•tr% Ž%‘ qr%• -t ®%„s"".lookup„qtype.*[4096]*"".fastaAcid®%•øÿÿÿs&&uU&€pr'• -t r' &(<uU(:pr)<u ®+‘t®+r+ r+•ôÿÿÿs D+„"".nr++q®+•øÿÿÿs„t"".nr+•t r+•ôÿÿÿs «+®+Žr+Žr+ Ž,t¦– wõ?4,4:„q"".fastaRand„qtype.uint32r-‘qr.u Y.NpD. &.R.xpr/r/%u>/ /…sur/r/V÷u‚/Ô/ur/>/À"uÝ/r/ã050540:50:4049ì14¯1®1à1u&1uO1hp1 q®1„qtype.*"".fastaAcid®12‹4Š249T2npY2pp®3‹Y2jp¯5&5,O5tp5 q®5q5‹q5•Y.Mpr7‘q¯8&8,O8}p8 qq8 -u•Ý9 Y&3pª;„q "".gobinit„q!type.func()ãS‘ q!(u„q""".jsondata„q#type."".JSONResponse«V‘"q#„$"".r®V$„q%"".gobResponse„q&type.func(*"".JSONResponse) *"".JSONResponseV‘%q&®V„q'"".gobdata„q(type.*"".JSONResponse®V‘'q(„q)type.bytes.Buffer„q*type.uint8„+runtime.typ®X“q)x*+„q,type.func(*uint8) *bytes.BufferX‘q,®X„q-type.*bytes.Buffer®Y“q-x*+„q.type.io.Writer„/runtime.typ2®Y“q.x*/„s0"".&buf®Yÿÿÿ0s„1runtime.elem®Y1„qruntime.convT2I„qtype.func(*uint8, *uint8, *bytes.Buffer) io.WriterY‘q«Y„encoding/gob.w«Y²Y²Y„qencoding/gob.NewEncoder„qtype.func(io.Writer) *encoding/gob.EncoderY‘q®Y„s"".autotmp_0034®YØÿÿÿs®Y“q(x*+®Y‘'q(®Y1„qruntime.convT2E„qtype.func(*uint8, *"".JSONResponse) interface {}Y‘q«Y„ encoding/gob.e«Y ²Y²Y®YØÿÿÿs„ -encoding/gob.enc®Y -„q encoding/gob.(*Encoder).EncodeY q«Y®YŽ„s "".err„q type.error®Y• ÿÿÿ s ®YŽ®Y•(ÿÿÿ s «Y• ÿÿÿ s ¢YŽuQY´p«Z1®Z• ÿÿÿ s ®ZŽ®Z•(ÿÿÿ s ®ZŽ„qruntime.convI2E„qtype.func(error) interface {}Z‘q«Z«Z²Z²Z„qruntime.panic„qtype.func(interface {})Z‘q®\ÿÿÿ0s„s""..r0„qtype.[]uint8®\u•ÿÿÿsr\u•ÿÿÿsr\u•ÿÿÿs®\Œr\Œr\ Œr\Œ¯\°\¢\V\Áp„qruntime.panicslice\qr\Ý\r\Ý\š\®\•ÿÿÿsr\•ÿÿÿsr\•ÿÿÿs®\•ÿÿÿs„q"".gobbytes®\‘qr\•ÿÿÿsr\•qr\•ÿÿÿsr\• q®^“q#x*+„qruntime.new„qtype.func(*uint8) *"".JSONResponse^‘q®^„s"".&r®^Xÿÿÿs®_‘q„sbytes.buf®_•0ÿÿÿsr_•qr_•8ÿÿÿsr_• qr_•<ÿÿÿs®_u• ÿÿÿs-®_“q)x*+_‘q,®_®_®_u®_ u¨_Æ_®_•0ÿÿÿs®_r_•8ÿÿÿsr_r_•<ÿÿÿsr_ ®_• ÿÿÿs-®_“q-x*+„qtype.io.Reader®_“qx*/®_• ÿÿÿs-®_1„qtype.func(*uint8, *uint8, *bytes.Buffer) io.Reader_‘q«_„encoding/gob.r«_²_²_„qencoding/gob.NewDecoder„qtype.func(io.Reader) *encoding/gob.Decoder_‘q®_„s"".autotmp_0038®_Pÿÿÿs®_“q(x*+®_Xÿÿÿs®_1_‘q«_«_ ²_²_®_Pÿÿÿs„ encoding/gob.dec®_ „q!encoding/gob.(*Decoder).Decode_!q«_®_Ž®_•€ÿÿÿ s ®_Ž®_•ˆÿÿÿ s «_•€ÿÿÿ s ¢_ŽuQ_p«`1®`•€ÿÿÿ s ®`Ž®`•ˆÿÿÿ s ®`Ž`‘q«`«`²`²``‘q®b“q(x*+®b‘'q(®b1b‘q®b„s""".autotmp_0039®bÿÿÿ"s®b®b˜ÿÿÿ"s®b“q(x*+®bXÿÿÿs®b1b‘q«b„#reflect.a2«b#²b²b„$reflect.a1«b$®bÿÿÿ"s®b®b˜ÿÿÿ"s®b„q%reflect.DeepEqual„q&type.func(interface {}, interface {}) boolb‘%q&qb %buZb·p„s'"".autotmp_0042«c`ÿÿÿ's®cu®cu¨cÆc«c`ÿÿÿ's„s("".autotmp_0040rcuÐÿÿÿ(srcuÔÿÿÿ(s®cÈÿÿÿ(s„q)type."".JSONResponse®c“q)x*+„q*"".jsondata«c‘*q)«c1²c²c²c„q+type.func(*uint8, "".JSONResponse) interface {}c‘q+«c «cÈÿÿÿ(s®c’²c²c„q,type.uint8„-runtime.typ®c“q)x,-®cXÿÿÿs«c1²c²c²cc‘q+«c «cÈÿÿÿ(s®c’šcu²c²c„q.go.string."%v\n%v"«c.q„/log.format«c/²c²c„0log.v«c0®cÈÿÿÿ(s®cŽrcÐÿÿÿ(srcŽrcÔÿÿÿ(src Ž„q1log.Printf„qtype.func(string, ...interface {})c‘1q„qtype.*"".JSONResponse®d“qx,-«d‘*q)„runtime.elem®dd‘q«d„encoding/json.v«d²d²d„qencoding/json.Marshal„qtype.func(interface {}) ([]uint8, error)d‘q«d®dŽ„s"".b®d•@ÿÿÿsrdŽrd•Hÿÿÿsrd Žrd•Lÿÿÿs®e“qx,-®eXÿÿÿs®e„qruntime.convT2E„q type.func(*uint8, *"".JSONResponse) interface {}e‘q «e«e²e²ee‘q«e®eŽ„s -"".br®e•¸ÿÿÿ -sreŽre•Àÿÿÿ -sre Žre•Äÿÿÿ -s„s "".autotmp_0045«fàÿÿÿ s®fu®fu¨fÆf«fàÿÿÿ s„s "".autotmp_0043rfu°ÿÿÿ srfu´ÿÿÿ s®f¨ÿÿÿ s®f“qx,-«f®f•@ÿÿÿs®fŽrf•HÿÿÿsrfŽrf•Lÿÿÿsrf Ž„q type.func(*uint8, []uint8) interface {}f‘q «f«f¨ÿÿÿ s®f’²f²f®f“qx,-«f®f•¸ÿÿÿ -s®fŽrf•Àÿÿÿ -srfŽrf•Äÿÿÿ -srf Žf‘q «f«f¨ÿÿÿ s®f’šfu²f²f„qgo.string."%s\n%s\n"«fq«f/²f²f«f0®f¨ÿÿÿ s®fŽrf°ÿÿÿ srfŽrf´ÿÿÿ srf Žf‘1q„qtype.string®g“qx,-„qgo.string."gob: encode+decode lost data"«gq«g²g²g„qtype.func(*uint8, string) interface {}g‘q«g«g²g²g„qruntime.panic„qtype.func(interface {})g‘qªi„q"".gobResponse„qtype.func(*"".JSONResponse) *"".JSONResponseãl‘qEu®m“q)x,-m‘q®m„s"".autotmp_0047®møÿÿÿs„t"".r®m‘t®m„"".n®m„q"".gobNode„qtype.func(*"".JSONNode) *"".JSONNodem‘q®møÿÿÿs®m®m‹®m‘tšmu®mšmu²m²m„t""..noname®mtªmãp‘qE@u„qtype."".JSONNode®q“qx,-„qruntime.new„qtype.func(*uint8) *"".JSONNodeq‘q®q„t"".n„q type.*"".JSONNode®r‘t ®r ®r u¨r²r®s šsursŽ&suZsàp®t štu®tuÆtÆtYs p®v „s!"".n1®v•ðÿÿÿ!s švu®vŽ„s""".autotmp_0048®vàÿÿÿ"srvŽrvèÿÿÿ"srv Žrvìÿÿÿ"srvurvèÿÿÿ"s„s#"".autotmp_0050rvØÿÿÿ#s«vàÿÿÿ"s®vŽYvðpDvrvØÿÿÿ#s&vRv p„s$"".autotmp_0049rvÔÿÿÿ$s„s%"".i„q&type.intrv•Üÿÿÿ%s&®vŒ®všvu„s'"".autotmp_0051®vøÿÿÿ's„("".n®w(w‘q®w•ðÿÿÿ!s ®wøÿÿÿ'srwÔÿÿÿ$s®w®w šwurw•Üÿÿÿ%s&¯w&wOwp„q)runtime.panicindexw)q®w®wYvïp®ztªz„q*"".gobdec„q+type.func()ã}‘*q+`u„q,"".gobbytes„q-type.[]uint8«~‘,q-¢~ŽuZ~p„q.type.uint8„/runtime.typ®“qx./„q0go.string."gobdata not initialized"«0q«²²‘q««²²‘q„q1type."".JSONResponse®“q1x./„qtype.func(*uint8) *"".JSONResponse‘q®„s"".&r®èÿÿÿs®‚‘,q-„sbytes.buf®‚•Èÿÿÿs-r‚•,q-r‚•Ðÿÿÿs-r‚• ,q-r‚•Ôÿÿÿs-„s""..r0„qtype.*bytes.Buffer®‚u•ðÿÿÿs„qtype.bytes.Buffer®‚“qx./„qtype.func(*uint8) *bytes.Buffer‚‘q®‚®‚®‚u®‚ u¨‚Æ‚®‚•Èÿÿÿs-®‚r‚•Ðÿÿÿs-r‚r‚•Ôÿÿÿs-r‚ ®‚•ðÿÿÿs®‚“qx./„qtype.io.Reader„ runtime.typ2®‚“qx. ®‚•ðÿÿÿs„ -runtime.elem®‚ -„q runtime.convT2I„q type.func(*uint8, *uint8, *bytes.Buffer) io.Reader‚‘ q «‚„ encoding/gob.r«‚ ²‚²‚„qencoding/gob.NewDecoder„qtype.func(io.Reader) *encoding/gob.Decoder‚‘q®‚„s"".autotmp_0054®‚øÿÿÿs„qtype.*"".JSONResponse®‚“qx./®‚èÿÿÿs®‚ -„qruntime.convT2E„qtype.func(*uint8, *"".JSONResponse) interface {}‚‘q«‚„encoding/gob.e«‚²‚²‚®‚øÿÿÿs„encoding/gob.dec®‚„qencoding/gob.(*Decoder).Decode‚q«‚®‚Ž„s"".err„qtype.error®‚•Øÿÿÿs®‚Ž®‚•àÿÿÿs«‚•Øÿÿÿs¢‚ŽuQ‚^p«ƒ -®ƒ•Øÿÿÿs®ƒŽ®ƒ•àÿÿÿs®ƒŽ„qruntime.convI2E„qtype.func(error) interface {}ƒ‘q«ƒ«ƒ²ƒ²ƒ„qruntime.panic„qtype.func(interface {})ƒ‘qª†„q"".gobenc㈑q+@u„encoding/gob.w«‰„qio/ioutil.Discard„q type.io.Writer®‰‘q ®‰®‰•q ®‰„q!encoding/gob.NewEncoder„q"type.func(io.Writer) *encoding/gob.Encoder‰‘!q"®‰„s#"".autotmp_0055®‰øÿÿÿ#s„q$type.**"".JSONResponse®‰“q$x./„q%"".gobdata«‰‘%q®‰ -„q&type.func(*uint8, **"".JSONResponse) interface {}‰‘q&«‰«‰²‰²‰®‰øÿÿÿ#s„'encoding/gob.enc®‰'„q(encoding/gob.(*Encoder).Encode‰(q«‰®‰Ž®‰•èÿÿÿs®‰Ž®‰•ðÿÿÿs«‰•èÿÿÿs¢‰ŽuQ‰†p«Š -®Š•èÿÿÿs®ŠŽ®Š•ðÿÿÿs®ŠŽŠ‘q«Š«Š²Š²ŠŠ‘qªŒ„q)"".BenchmarkGobDecode„q*type.func(*testing.B)㎑)q*Eu„t+"".b„q,type.*testing.B®‘+t,„q-"".gobbytes„q.type.[]uint8r•-q.¯®pŒ„q/type.intru/YpD/®‘+t,rP„s0"".ir•üÿÿÿ0s/&U—p„q1"".gobdec„qtype.func()‘‘1qr‘•üÿÿÿ0s/YŽpª“„q"".BenchmarkGobEncodeã•‘q*Eu®–‘+t,r–•-q.¯–®–pŒr—u/Y— pD—/®—‘+t,r—Pr—•üÿÿÿ0s/&—U—¨p˜‘qr˜•üÿÿÿ0s/Y—Ÿpªš„q"".init·1ã°‘q`u„qtype.uint8„runtime.typ®±“qx„qruntime.new±‘q®±„qtype.*bytes.Buffer®²“qx®²“q x „s"".&buf®²øÿÿÿs®² -„q type.func(*uint8, *uint8, *bytes.Buffer) io.Writer²‘ q «²„ -compress/gzip.w«² -²²²²„q compress/gzip.NewWriter„q type.func(io.Writer) (*compress/gzip.Compressor, error)²‘ q ®²„s "".c„qtype.*compress/gzip.Compressor®²•Ðÿÿÿ s«²®²Ž®²•èÿÿÿs®²Ž®²•ðÿÿÿs«³•èÿÿÿs¢³ŽuQ³Ìp„runtime.elem«´®´•èÿÿÿs®´Ž®´•ðÿÿÿs®´Ž´‘q«´«´²´²´´‘q®¶•Ðÿÿÿ s„compress/gzip.z®¶„compress/gzip.p«¶„q"".jsongunz®¶‘q.®¶Žr¶•q.r¶Žr¶• q.r¶ Ž„qcompress/gzip.(*Compressor).Write¶q®·•Ðÿÿÿ s®·„qcompress/gzip.(*Compressor).Close·q®¸øÿÿÿs„s""..r0®¸u•Øÿÿÿs.r¸u•àÿÿÿs.r¸u•äÿÿÿs.®¸Œr¸Œr¸ Œr¸Œ¯¸°¸¢¸V¸æp„qruntime.panicslice¸qr¸ݸr¸ݸš¸®¸®¸•Øÿÿÿs.r¸•àÿÿÿs.r¸•äÿÿÿs.®¸•Øÿÿÿs.„q"".jsongz®¸‘q.r¸•àÿÿÿs.r¸•q.r¸•äÿÿÿs.r¸• q.ª¹„q"".gzip㻑qhu«¼ -®¼‘q ®¼Ž®¼•q ®¼Ž¼‘ q ®¼®¼•Èÿÿÿ s«¼®¼Ž„s"".err„qtype.error®¼•àÿÿÿs®¼Ž®¼•èÿÿÿs«½•àÿÿÿs¢½ŽuQ½p«¾®¾•àÿÿÿs®¾Ž®¾•èÿÿÿs®¾Ž„qruntime.convI2E„qtype.func(error) interface {}¾‘q«¾«¾²¾²¾„qruntime.panic„qtype.func(interface {})¾‘q®À•Èÿÿÿ s®À«À®À‘q.®ÀŽrÀ•q.rÀŽrÀ• q.rÀ ŽÀq«À ®ÀŽ®À•Ðÿÿÿs®ÀŽ®À•Øÿÿÿs«À•Ðÿÿÿs¢ÀŽuQÀ/p«Á®Á•Ðÿÿÿs®ÁŽ®Á•Øÿÿÿs®ÁŽÁ‘q«Á«Á²Á²ÁÁ‘q®Ã•Èÿÿÿ s®ÃÃq«Ã®ÃŽ®Ã•ðÿÿÿs®ÃŽ®Ã•øÿÿÿs«Ã•ðÿÿÿs¢ÃŽuQÃEp«Ä®Ä•ðÿÿÿs®Äޮĕøÿÿÿs®ÄŽÄ‘q«Ä«Ä²Ä²ÄÄ‘qªÆ„q"".gunzipãÈ‘qxu®É‘q.„s bytes.buf®É•èÿÿÿ s.rÉ•q.rÉ•ðÿÿÿ s.rÉ• q.rÉ•ôÿÿÿ s.®Éu•øÿÿÿs„q!type.bytes.Buffer®É“q!x„q"type.func(*uint8) *bytes.BufferÉ‘q"®É®É®Éu®É u¨ÉÆÉ®É•èÿÿÿ s.®ÉrÉ•ðÿÿÿ s.rɍrÉ•ôÿÿÿ s.rÉ ®É•øÿÿÿs®É“qx„q#type.io.Reader„$runtime.typ2®É“q#x$®É•øÿÿÿs®É„q%runtime.convT2I„q&type.func(*uint8, *uint8, *bytes.Buffer) io.ReaderÉ‘%q&«É„'compress/gzip.r«É'²É²É„q(compress/gzip.NewReader„q)type.func(io.Reader) (*compress/gzip.Decompressor, error)É‘(q)®É„s*"".r„q+type.*compress/gzip.Decompressor®É•Àÿÿÿ*s+«É®ÉޮɕØÿÿÿs®Éޮɕàÿÿÿs«Ê•Øÿÿÿs¢ÊŽuQÊ|p«Ë®Ë•Øÿÿÿs®ËŽ®Ë•àÿÿÿs®ËŽË‘q«Ë«Ë²Ë²ËË‘q®Í“q+x®Í“q#x$®Í•Àÿÿÿ*s+®Í„q,type.func(*uint8, *uint8, *compress/gzip.Decompressor) io.ReaderÍ‘%q,«Í„-io.src«Í-²Í²Í„.io.dst«Í.„q/io/ioutil.Discard„q0type.io.Writer®Í‘/q0®ÍŽ®Í•/q0®ÍŽ„q1io.Copy„qtype.func(io.Writer, io.Reader) (int64, error)Í‘1q„io.err«Í(®ÍŽ®Í•Èÿÿÿs®ÍŽ®Í•Ðÿÿÿs«Í•Èÿÿÿs¢ÍŽuQÍžp«Î®Î•Èÿÿÿs®ÎŽ®Î•Ðÿÿÿs®ÎŽÎ‘q«Î«Î²Î²ÎΑq®Ð•Àÿÿÿ*s+®Ð„qcompress/gzip.(*Decompressor).CloseÐqªÑ„q"".BenchmarkGzip„qtype.func(*testing.B)ãÓ‘qEu„t"".b„qtype.*testing.B®Ô‘t„qtype.[]uint8rÔ•q¯Ô®ÔpŒ„q type.intrÕu YÕªpDՁ ®Õ‘trÕP„s -"".irÕ•üÿÿÿ -s &ÕUÕ²p„q type.func()Ö‘q rÖ•üÿÿÿ -s YÕ©pªØ„q "".BenchmarkGunzipãÚ‘ qEu®Û‘trÛ•q¯Û®ÛpŒrÜu YÜ»pD܁ ®Ü‘trÜPrÜ•üÿÿÿ -s &ÜUÜÃpÝ‘q rÝ•üÿÿÿ -s Yܺpªß„q "".init·2ã÷‘ q  u„q"".jsonbz2_base64„qtype.string®ù‘q„sstrings.s®ù• ÿÿÿsrù•qrù•¨ÿÿÿs„qtype.*strings.Reader®ùu•Àÿÿÿs„qtype.strings.Reader„qtype.uint8„runtime.typ®ù“qx„qruntime.new„qtype.func(*uint8) *strings.Readerù‘q®ù®ù• ÿÿÿs®ù‹rù•¨ÿÿÿsrù‹rùu‹rùÿÿÿÿu‹„s""..r0®ù•Àÿÿÿs®ù“qx®ù“q#x$®ù•Àÿÿÿs„runtime.elem®ù„qtype.func(*uint8, *uint8, *strings.Reader) io.Readerù‘%q®ù®ù „qencoding/base64.StdEncoding„qtype.*encoding/base64.Encoding®ú‘q„sencoding/base64.enc®ú•èÿÿÿs„sencoding/base64.r®ú•Øÿÿÿs#®ú•àÿÿÿs#®úu•ðÿÿÿs#®úu•øÿÿÿs#„qtype.encoding/base64.decoder®ú“qx„qtype.func(*uint8) *encoding/base64.decoderú‘q®ú®ú®úu®úèu¨úÆú®ú•èÿÿÿs®ú®úšúu®ú•Øÿÿÿs#®úŽ®ú•àÿÿÿs#®úŽ„q type.*encoding/base64.decoder®ú“q x®ú“q#x$®ú„q!type.func(*uint8, *uint8, *encoding/base64.decoder) io.Readerú‘%q!®ú®ú ®ú•ðÿÿÿs#®ú•øÿÿÿs#®ú•ðÿÿÿs#®ú•øÿÿÿs#„"compress/bzip2.r«û"®ûŽ®ûŽ„q#compress/bzip2.NewReader„q$type.func(io.Reader) io.Readerû‘#q$®û®û„%io/ioutil.r«ü%®üŽ®üŽ„q&io/ioutil.ReadAll„q'type.func(io.Reader) ([]uint8, error)ü‘&q'«ü®üŽ„s("".b®ü•°ÿÿÿ(srüŽrü•¸ÿÿÿ(srü Žrü•¼ÿÿÿ(s«ü ®üŽ„s)"".err„q*type.error®ü•ÿÿÿ)s*®üŽ®ü•˜ÿÿÿ)s*«ý•ÿÿÿ)s*¢ýŽuQýp«þ®þ•ÿÿÿ)s*®þŽ®þ•˜ÿÿÿ)s*®þŽ„q+runtime.convI2E„q,type.func(error) interface {}þ‘+q,«þ«þ²þ²þ„q-runtime.panic„q.type.func(interface {})þ‘-q.®•°ÿÿÿ(s„q/"".jsonbytes®‘/qr•¸ÿÿÿ(sr•/qr•¼ÿÿÿ(sr• /q„q0type.*"".JSONResponse®“q0x„q1"".jsondata„qtype."".JSONResponse«‘1q®„qruntime.convT2E„qtype.func(*uint8, *"".JSONResponse) interface {}‘q«„encoding/json.v«²²„encoding/json.data«®‘/q®Žr•/qrŽr• /qr Ž„qencoding/json.Unmarshal„qtype.func([]uint8, interface {}) error‘q® ®•Èÿÿÿ)s*®(®•Ðÿÿÿ)s*«•Èÿÿÿ)s*¢ŽuQGp«®•Èÿÿÿ)s*®Ž®•Ðÿÿÿ)s*®Ž‘+q,««²²‘-q.„q"".gobinit‘q ª„q "".jsondecã‘ q @u®“qx„q -type.func(*uint8) *"".JSONResponse‘q -®®“q0x®‘q««²²«„q type.[]uint8®‘/q ®Žr•/q rŽr• /q r Ž‘q® ®•ðÿÿÿ)s*®(®•øÿÿÿ)s*«•ðÿÿÿ)s*¢ŽuQnp«®•ðÿÿÿ)s*®Ž®•øÿÿÿ)s*®Ž‘+q,««²²‘-q.ª„q "".jsonenc„q type.func()ã‘ q Pu® “q0x« ‘1q®  ‘q« « ² ² „qencoding/json.Marshal„qtype.func(interface {}) ([]uint8, error) ‘q« ® Ž„s"".buf® •àÿÿÿs r Žr •èÿÿÿs r  Žr •ìÿÿÿs «  ® Ž® •ðÿÿÿ)s*® Ž® •øÿÿÿ)s*«!•ðÿÿÿ)s*¢!ŽuQ!“p«"®"•ðÿÿÿ)s*®"Ž®"•øÿÿÿ)s*®"Ž"‘+q,«"«"²"²""‘-q.ª%„q"".BenchmarkJSONEncode„qtype.func(*testing.B)ã'‘qEu„t"".b„qtype.*testing.B®(‘tr(•/q ¯(®(pŒ„qtype.intr)uY)œpD)®)‘tr)P„s"".ir)•üÿÿÿs&)U)¤p*‘ q r*•üÿÿÿsY)›pª,„q"".BenchmarkJSONDecodeã.‘qEu®/‘tr/•/q ¯/®/pŒr0uY0­pD0®0‘tr0Pr0•üÿÿÿs&0U0µp1‘ q r1•üÿÿÿsY0¬pª3„q"".revcomp„qtype.func([]uint8)ãq ‘qEÀu„t"".data®r ‘t „sbytes.buf®r •¨ÿÿÿs rr •t rr •°ÿÿÿs rr • t rr •´ÿÿÿs „s""..r0„qtype.*bytes.Buffer®r u•èÿÿÿs„qtype.bytes.Buffer„qtype.uint8„ runtime.typ®r “qx „q!runtime.new„q"type.func(*uint8) *bytes.Bufferr ‘!q"®r ®r ®r u®r  u¨r Ær ®r •¨ÿÿÿs ®r rr •°ÿÿÿs rr rr •´ÿÿÿs rr  ®r •èÿÿÿs®r “qx „q#type.io.Reader„$runtime.typ2®r “q#x$®r •èÿÿÿs„%runtime.elem®r %„q&runtime.convT2I„q'type.func(*uint8, *uint8, *bytes.Buffer) io.Readerr ‘&q'«r „(bufio.rd«r (²r ²r „q)bufio.NewReader„q*type.func(io.Reader) *bufio.Readerr ‘)q*®r „s+"".in„q,type.*bufio.Reader®r •ÿÿÿ+s,„q-io/ioutil.Discard„q.type.io.Writer®s ‘-q.„s/"".out®s •€ÿÿÿ/s.®s •-q.®s •ˆÿÿÿ/s.®t “q x „0runtime.nel®t u0„1runtime.cap®t u1„qruntime.makeslice„qtype.func(*uint8, int64, int64) []uint8t ‘q®t ®t •¸ÿÿÿs rt  rt •Àÿÿÿs rt $rt •Äÿÿÿs ®u •ÿÿÿ+s,„bufio.b®u „bufio.delimqu  -u„qbufio.(*Reader).ReadSliceu q„bufio.line«u ®u Ž„s"".line®u •˜ÿÿÿs ru Žru • ÿÿÿs ru  Žru •¤ÿÿÿs „bufio.err«u  ®u Ž„s "".err„q -type.error®u •Øÿÿÿ s -®u Ž®u •àÿÿÿ s -«v •Øÿÿÿ s -¢v ŽuZv äp„ io.p«w  „q type.[]uint8®w •˜ÿÿÿs ®w Žrw • ÿÿÿs rw Žrw •¤ÿÿÿs rw  Ž«w •€ÿÿÿ/s.®w Ž®w ®w Ž®w  Žw „s "".ncharrz u•pÿÿÿ sr{ •Àÿÿÿs „s"".wr{ •xÿÿÿs®} •ÿÿÿ+s,®} q}  -u} qr} •xÿÿÿsr} •Äÿÿÿs ®} •¸ÿÿÿs r} •Àÿÿÿs «} ®} Ž®} •˜ÿÿÿs r} Žr} • ÿÿÿs r}  Žr} •¤ÿÿÿs «}  ®} Ž®} •Øÿÿÿ s -®} Ž®} •àÿÿÿ s -«~ •Øÿÿÿ s -¢~ ŽuZ~ –p«~ •˜ÿÿÿs &~ uT~ %p„qruntime.panicindex~ q®~ q~ %~ >uQ~ –pr • ÿÿÿs / ¯ ° •¤ÿÿÿs ¢ V 0p„qruntime.panicslice qr • ÿÿÿs r •¤ÿÿÿs r •¤ÿÿÿs ® •˜ÿÿÿs ® •˜ÿÿÿs r‚ • ÿÿÿs  ‚ •pÿÿÿ srƒ • ÿÿÿs rƒ •pÿÿÿ srƒ ‰ˆˆˆu>ƒ  ƒ ¶ƒ u¶ƒ u݃  ƒ  ƒ €u&ƒ Wƒ xpr„  r„ u>„ ®„ “q x ¯„ ®„ 0¯„ ®„ 1„ ‘q„s"".bufr„ •Àÿÿÿs ®„ r„  r„ $r…  ݅ ¯… °…  ¢… V… Wp… qr…  „s"".nbufr… •Ðÿÿÿs ݅ r…  r… •Ôÿÿÿs ݅ š…  ®… •Èÿÿÿs ®… „runtime.to«… ®… Žr… Žr…  Ž„runtime.fr«… ®… •¸ÿÿÿs ®… Žr… Žr… •Äÿÿÿs r…  Ž„runtime.widr… u „qruntime.copy„qtype.func([]uint8, []uint8, uint32) int… ‘q„qtype.intr… •xÿÿÿsr… •Ðÿÿÿs r†  r† •Àÿÿÿs ݆  † r† •xÿÿÿs®‡ •Èÿÿÿs ®‡ •¸ÿÿÿs r‡ •Àÿÿÿs r‡ •Ôÿÿÿs r‡ •Äÿÿÿs ®‹ •˜ÿÿÿs „s"".autotmp_0075®‹ ðÿÿÿsr‹ • ÿÿÿs r‹ øÿÿÿsr‹ •¤ÿÿÿs r‹ üÿÿÿsr‹ ur‹ øÿÿÿs«‹ ðÿÿÿs®‹ ŽY‹ „pD‹ r‹ &‹ R‹  -pq‹ Œq‹ E‹ /Œ r •xÿÿÿs¯ &  O p qq w „q"".revCompTable„qtype.[256]uint8« ‘qq •q ’Y‹ ƒpr“ uY” ™p ” <u&” U” Ópr•  • <u„s"".ir• •tÿÿÿs¯• ¯• °•  ¢• V• ¤p• q¢• T• £pݕ r• r•  ݕ 𕠁 ®• „s"".jr• •|ÿÿÿs¯• °•  ¢• V• ²p• qr•  ݕ r•  ݕ 𕠁 ®• «• ®• Žr• Žr•  Ž«• ®• Žr• Žr•  Žr• u • ‘qr• •|ÿÿÿsr• •Äÿÿÿs ®• •¸ÿÿÿs r• •tÿÿÿsr• •Àÿÿÿs r• (r–  – ¯– &–  O– Îp– qq–  -u’r— D—  — Y” ˜p¯™ °™  ¢™ V™ Øp™ qr™ «™  ®™ Žr™ Žr™  Ž«™ •€ÿÿÿ/s.®™ Ž®™ ®™ Ž®™  Ž™ Yv ÷pª› „q"".BenchmarkRevcomp25M„qtype.func(*testing.B)㝠‘qEu„t "".b„q!type.*testing.B®ž ‘ t!„q""".fasta25mrž •"q ¯ž ®ž pŒrŸ uYŸ ípDŸ ®Ÿ ‘ t!rŸ PrŸ •üÿÿÿs&Ÿ UŸ üp„#"".data«  #®  ‘"q ®  Žr  •"q r  Žr  • "q r   Ž„q$"".revcomp„q%type.func([]uint8)  ‘$q%r  •üÿÿÿsYŸ ìpª¢ „q&"".stripTabNL„q'type.func(int32) int32ãÏ ‘&q'Eu„t("".r„q)type.int32rÏ ‘(t)&Ð  uQÐ  p&Ð  -uQÐ  pYÐ  p„t*""..nonamerÑ ÿÿÿÿu*tªÑ rÓ *tªÓ „q+"".init·3„q,type.func()ãØ ‘+q,xu„q-type.bytes.Buffer„q.type.uint8„/runtime.typ®Ù “q-x./„q0runtime.new„q1type.func(*uint8) *bytes.BufferÙ ‘0q1®Ù „qtype.*bytes.Buffer®Ú “qx./„qtype.io.Writer„runtime.typ2®Ú “qx.„s"".&buf®Ú Øÿÿÿs„runtime.elem®Ú „qruntime.convT2I„qtype.func(*uint8, *uint8, *bytes.Buffer) io.WriterÚ ‘q®Ú „s"".autotmp_0086®Ú ðÿÿÿs®Ú  ®Ú øÿÿÿs„q type.*"".JSONResponse®Ú “q x./„q -"".jsondata„q type."".JSONResponse«Ú ‘ -q ®Ú „q runtime.convT2E„q type.func(*uint8, *"".JSONResponse) interface {}Ú ‘ q «Ú „text/template.data«Ú ×Ú šÚ ušÚ u®Ú u¨Ú ²Ú !Ú „q"".tmpl„qtype.*text/template.Template®Ú ‘q„text/template.t®Ú „text/template.wr«Ú ®Ú ðÿÿÿs®Ú ®Ú øÿÿÿs®Ú „qtext/template.(*Template).ExecuteÚ q«Ú (®Ú Ž„s"".err„qtype.error®Ú •Èÿÿÿs®Ú Ž®Ú •Ðÿÿÿs«Ú •Èÿÿÿs¢Ú ŽuQÚ = p«Û ®Û •Èÿÿÿs®Û Ž®Û •Ðÿÿÿs®Û Ž„qruntime.convI2E„qtype.func(error) interface {}Û ‘q«Û «Û ²Û ²Û „qruntime.panic„qtype.func(interface {})Û ‘q®Ý Øÿÿÿs„s""..r0„qtype.[]uint8®Ý u•àÿÿÿsrÝ u•èÿÿÿsrÝ u•ìÿÿÿs®Ý ŒrÝ ŒrÝ  ŒrÝ Œ¯Ý °Ý ¢Ý VÝ J p„qruntime.panicsliceÝ qrÝ ÝÝ rÝ ÝÝ šÝ ®Ý •àÿÿÿsrÝ •èÿÿÿsrÝ •ìÿÿÿs„bytes.a«Ý ®Ý •àÿÿÿs®Ý rÝ •èÿÿÿsrÝ rÝ •ìÿÿÿsrÝ  „bytes.b«Ý „q"".jsonbytes®Ý ‘q®Ý rÝ •qrÝ rÝ • qrÝ  „q bytes.Equal„q!type.func([]uint8, []uint8) boolÝ ‘ q!qÝ  %Ý uZÝ ~ p®Þ Øÿÿÿs„q"type.intrÞ u•Äÿÿÿs"rÞ ‹ÝÞ ‹rÞ •Äÿÿÿs"rÞ •Äÿÿÿs"¯Þ ®Þ „q#runtime.printint„q$type.func(int64)Þ ‘#q$„q%runtime.printspÞ ‘%q,rÞ •q¯Þ ®Þ Þ ‘#q$„q&runtime.printnlÞ ‘&q,„q'type.string®ß “q'x./„q(go.string."wrong output"«ß (q«ß ²ß ²ß „q)type.func(*uint8, string) interface {}ß ‘ q)«ß «ß ²ß ²ß ß ‘qªá „q*"".tmplexecã㠑*q,Hu®ä “q x./«ä ‘ -q ®ä ä ‘ q «ä «ä ×ä šä ušä u®ä u¨ä ²ä !ä ®ä ‘q®ä «ä „q+io/ioutil.Discard®ä ‘+q®ä ®ä •+q®ä ä q«ä (®ä Ž®ä •ðÿÿÿs®ä Ž®ä •øÿÿÿs«ä •ðÿÿÿs¢ä ŽuQä ¨ p«å ®å •ðÿÿÿs®å Ž®å •øÿÿÿs®å Žå ‘q«å «å ²å ²å å ‘qªç „q,"".BenchmarkTemplate„q-type.func(*testing.B)ãé ‘,q-Eu„t."".b„q/type.*testing.B®ê ‘.t/rê •q¯ê ®ê pŒrë u"Yë ± pDë "®ë ‘.t/rë P„s0"".irë •üÿÿÿ0s"&ë Uë ¹ p„q1type.func()ì ‘*q1rì •üÿÿÿ0s"Yë ° pªî „q"".initãî ‘q18u„q"".initdone·„qtype.uint8qî ‘qqî %î uQî Ä pqî %î uZî à pªî „qruntime.throwinitî ‘q1qî u‘q„qtext/template.initî ‘q1„qbufio.initî ‘q1„qstrings.initî ‘q1„qencoding/base64.initî ‘q1„q compress/bzip2.initî ‘ q1„q -io.initî ‘ -q1„q compress/gzip.initî ‘ q1„q reflect.initî ‘ q1„q log.initî ‘ q1„qio/ioutil.initî ‘q1„qencoding/json.initî ‘q1„qencoding/gob.initî ‘q1„qbytes.initî ‘q1„qtesting.initî ‘q1„"".nr @x}u„q"".fasta„qtype.func(int) []uint8 ‘q® „q"".fasta25m® ‘qr r •qr r • q«¬®¬‘q®¬Žr¬•qr¬Žr¬• qr¬ Ž„bytes.countr¬ -u„qbytes.Repeat„qtype.func([]uint8, int) []uint8¬‘q®¬„q"".jsongunz®¬‘qr¬ r¬•qr¬$r¬• q„qgo.string."main"«Ö q„text/template.name«Ö ²Ö ²Ö „qtext/template.New„qtype.func(string) *text/template.TemplateÖ ‘q®Ö „s"".autotmp_0091®Ö øÿÿÿs„q "".stripTabNL„q!type.func(int32) int32®Ö “q x!„"strings.mapping®Ö "„q#""..gostring.2«Ö #q„$strings.s«Ö $²Ö ²Ö „q%strings.Map„q&type.func(func(int32) int32, string) stringÖ ‘%q&«Ö „'text/template.text«Ö '²Ö ²Ö ®Ö øÿÿÿs„(text/template.t®Ö („q)text/template.(*Template).ParseÖ )q®Ö «Ö  ®Ö Ž®Ö Ž®Ö („*text/template.err«Ö *®Ö Ž®Ö Ž„q+text/template.Must„q,type.func(*text/template.Template, error) *text/template.TemplateÖ ‘+q,®Ö „q-"".tmpl„q.type.*text/template.Template®Ö ‘-q.„q/"".init·1î ‘/q1„q0"".init·2î ‘0q1„q1"".init·3„qtype.func()î ‘1qqî u‘qªî „qtype..hash."".JSONResponse„qtype.func(*uintptr, uintptr, *"".JSONResponse)ã“oqEu„t"".h„qtype.*uintptr®‘t®®u„t"".p„qtype.*"".JSONResponse®•t®„qruntime.memhash„q type.func(*uintptr, uintptr, **"".JSONNode)‘q ®‘t®®u®•t®šu„q -runtime.strhash„q type.func(*uintptr, uintptr, *string)‘ -q ª„q type..eq."".JSONResponse„q type.func(*bool, uintptr, *"".JSONResponse, *"".JSONResponse)ã“o q E( u®•t„t"".q®•t„t"".eq„qtype.*bool®‘t®Œ®‹¢Q( -pqu’ª®šu®ŽrŽ®šu®ŽrŽ&Z> -p«®r«®r„qruntime.cmpstring„qtype.func(string, string) int‘q®‘tr &uZ> -pY@ -pqu’ªqu’ª„q"".statictmp_0015-µoqHáz®GÑ?-µoqau-µo(q¸…ëQ¸¾?-µo qcu-µoHq¸…ëQ¸¾?-µo@qgu-µohqHáz®GÑ?-µo`qtu-µoˆq{®Gáz”?-µo€qBu-µo¨q{®Gáz”?-µo qDu-µoÈq{®Gáz”?-µoÀqHu-µoèq{®Gáz”?-µoàqKu-µoq{®Gáz”?-µoqMu-µo(q{®Gáz”?-µo qNu-µoHq{®Gáz”?-µo@qRu-µohq{®Gáz”?-µo`qSu-µoˆq{®Gáz”?-µo€qVu-µo¨q{®Gáz”?-µo qWu-µoÈq{®Gáz”?-µoÀqYu„q"".statictmp_0017-¼oq[ëº cÓ?-¼oqau-¼o(qVÍ=®WÉ?-¼o qcu-¼oHq¿Â¶ê:IÉ?-¼o@qgu-¼ohq8KîKÓ?-¼o`qtu„q"".statictmp_0019-ÅoqGu-ÅoqGu-ÅoqCu-ÅoqCu-ÅoqGu-ÅoqGu-ÅoqGu-ÅoqCu-ÅoqGu-Åo qCu-Åo -qGu-Åo qGu-Åo qTu-Åo qGu-ÅoqGu-ÅoqCu-ÅoqTu-ÅoqCu-ÅoqAu-ÅoqCu-ÅoqGu-ÅoqCu-ÅoqCu-ÅoqTu-ÅoqGu-ÅoqTu-ÅoqAu-ÅoqAu-ÅoqTu-ÅoqCu-ÅoqCu-ÅoqCu-Åo qAu-Åo!qGu-Åo"qCu-Åo#qAu-Åo$qCu-Åo%qTu-Åo&qTu-Åo'qTu-Åo(qGu-Åo)qGu-Åo*qGu-Åo+qAu-Åo,qGu-Åo-qGu-Åo.qCu-Åo/qCu-Åo0qGu-Åo1qAu-Åo2qGu-Åo3qGu-Åo4qCu-Åo5qGu-Åo6qGu-Åo7qGu-Åo8qCu-Åo9qGu-Åo:qGu-Åo;qAu-Åo<qTu-Åo=qCu-Åo>qAu-Åo?qCu-Åo@qCu-ÅoAqTu-ÅoBqGu-ÅoCqAu-ÅoDqGu-ÅoEqGu-ÅoFqTu-ÅoGqCu-ÅoHqAu-ÅoIqGu-ÅoJqGu-ÅoKqAu-ÅoLqGu-ÅoMqTu-ÅoNqTu-ÅoOqCu-ÅoPqGu-ÅoQqAu-ÅoRqGu-ÅoSqAu-ÅoTqCu-ÅoUqCu-ÅoVqAu-ÅoWqGu-ÅoXqCu-ÅoYqCu-ÅoZqTu-Åo[qGu-Åo\qGu-Åo]qCu-Åo^qCu-Åo_qAu-Åo`qAu-ÅoaqCu-ÅobqAu-ÅocqTu-ÅodqGu-ÅoeqGu-ÅofqTu-ÅogqGu-ÅohqAu-ÅoiqAu-ÅojqAu-ÅokqCu-ÅolqCu-ÅomqCu-ÅonqCu-ÅooqGu-ÅopqTu-ÅoqqCu-ÅorqTu-ÅosqCu-ÅotqTu-ÅouqAu-ÅovqCu-ÅowqTu-ÅoxqAu-ÅoyqAu-ÅozqAu-Åo{qAu-Åo|qAu-Åo}qTu-Åo~qAu-ÅoqCu-Åo€qAu-ÅoqAu-Åo‚qAu-ÅoƒqAu-Åo„qAu-Åo…qTu-Åo†qTu-Åo‡qAu-ÅoˆqGu-Åo‰qCu-ÅoŠqCu-Åo‹qGu-ÅoŒqGu-ÅoqGu-ÅoŽqCu-ÅoqGu-ÅoqTu-Åo‘qGu-Åo’qGu-Åo“qTu-Åo”qGu-Åo•qGu-Åo–qCu-Åo—qGu-Åo˜qCu-Åo™qGu-ÅošqCu-Åo›qGu-ÅoœqCu-ÅoqCu-ÅožqTu-ÅoŸqGu-Åo qTu-Åo¡qAu-Åo¢qAu-Åo£qTu-Åo¤qCu-Åo¥qCu-Åo¦qCu-Åo§qAu-Åo¨qGu-Åo©qCu-ÅoªqTu-Åo«qAu-Åo¬qCu-Åo­qTu-Åo®qCu-Åo¯qGu-Åo°qGu-Åo±qGu-Åo²qAu-Åo³qGu-Åo´qGu-ÅoµqCu-Åo¶qTu-Åo·qGu-Åo¸qAu-Åo¹qGu-ÅoºqGu-Åo»qCu-Åo¼qAu-Åo½qGu-Åo¾qGu-Åo¿qAu-ÅoÀqGu-ÅoÁqAu-ÅoÂqAu-ÅoÃqTu-ÅoÄqCu-ÅoÅqGu-ÅoÆqCu-ÅoÇqTu-ÅoÈqTu-ÅoÉqGu-ÅoÊqAu-ÅoËqAu-ÅoÌqCu-ÅoÍqCu-ÅoÎqCu-ÅoÏqGu-ÅoÐqGu-ÅoÑqGu-ÅoÒqAu-ÅoÓqGu-ÅoÔqGu-ÅoÕqCu-ÅoÖqGu-Åo×qGu-ÅoØqAu-ÅoÙqGu-ÅoÚqGu-ÅoÛqTu-ÅoÜqTu-ÅoÝqGu-ÅoÞqCu-ÅoßqAu-ÅoàqGu-ÅoáqTu-ÅoâqGu-ÅoãqAu-ÅoäqGu-ÅoåqCu-ÅoæqCu-ÅoçqGu-ÅoèqAu-ÅoéqGu-ÅoêqAu-ÅoëqTu-ÅoìqCu-ÅoíqGu-ÅoîqCu-ÅoïqGu-ÅoðqCu-ÅoñqCu-ÅoòqAu-ÅoóqCu-ÅoôqTu-ÅoõqGu-ÅoöqCu-Åo÷qAu-ÅoøqCu-ÅoùqTu-ÅoúqCu-ÅoûqCu-ÅoüqAu-ÅoýqGu-ÅoþqCu-ÅoÿqCu-ÅoqTu-ÅoqGu-ÅoqGu-ÅoqGu-ÅoqCu-ÅoqGu-ÅoqAu-ÅoqCu-ÅoqAu-Åo qGu-Åo -qAu-Åo qGu-Åo qCu-Åo qGu-ÅoqAu-ÅoqGu-ÅoqAu-ÅoqCu-ÅoqTu-ÅoqCu-ÅoqCu-ÅoqGu-ÅoqTu-ÅoqCu-ÅoqTu-ÅoqCu-ÅoqAu-ÅoqAu-ÅoqAu-ÅoqAu-ÅoqAu„qgo.string.">ONE Homo sapiens alu\n"-Çoqq x-Çoqu-Ço q >ONE Hom-Çoq o sapien-Çoq s alu --Ço"qu6Ço -q(u„qgo.string.">TWO IUB ambiguity codes\n"-Éoqq x-Éoqu-Éo q >TWO IUB-Éoq ambigui-Éoq ty codes-Éo$q --Éo%qu6Éo -q(u„qgo.string.">THREE Homo sapiens frequency\n"-Ëoqq x-Ëoqu-Ëo q >THREE H-Ëoq omo sapi-Ëoq ens freq-Ëo$q uency --Ëo*qu6Ëo -q0u„qgo.string."flush"-Óoqq x-Óoqu-Óo q flush-Óoqu6Óo -qu„qgo.string."%v\n%v"-coqq x-coqu-co q %v -%v-coqu6co -qu„qgo.string."%s\n%s\n"-foqq x-foqu-fo q %s -%s --foqu6fo -qu„qgo.string."gob: encode+decode lost data"-goqq x-goqu-go q gob: enc-goq ode+deco-goq de lost -go$q data-go(qu6go -q0u„qgo.string."gobdata not initialized"-oqq x-oqu-o q gobdata -oq not init-oq ialized-o#qu6o -q(u„qgo.string."wrong output"-ß oqq x-ß oq u-ß o q wrong ou-ß oq tput-ß oqu6ß o -q u„q"".fastaRand„q type.uint32-ÿ“oq *u„q!"".jsonbz2_base64„q"type.string„q#""..gostring.1-M “o!q"q #x-M o#qq #x-M o#q´Âu-M o #q QlpoOTFB-M o#q WSZTWZ0H-M o#q 0LkG0bxf-M o$#q gFH8UAf/-M o,#q 8D////q/-M o4#q ///6YSvJ-M o<#q veAAAAAH-M oD#q 3ddt7gAN-M oL#q FrKppN9g-M oT#q w0gA++fG-M o\#q B9xKkUpX-M od#q 0YWTENCg-M ol#q qzUW1tls-M ot#q yMB2w9nn-M o|#q vNSigNyS-M o„#q +3cui5zA-M oŒ#q AAAAAAAA-M o”#q AI4kILu6-M oœ#q ytuWTLBb-M o¤#q aPXfc+A+-M o¬#q PQEgNAG1-M o´#q ZMBYWnWw-M o¼#q PoFrGjoB-M oÄ#q nYMumlUF-M oÌ#q UKA7NVBQ-M oÔ#q gut30zzu-M oÜ#q 8eM2tsoa-M oä#q pJ7u41dj-M oì#q LsxZarpl-M oô#q SoJouxrd-M oü#q fHrHPSiq-M o#q AGgkAD6D-M o #q QfT0ABu7-M o#q gG1qDtdV-M o#q HVXp7vWu-M o$#q BoBk2wEO-M o,#q jKChQ5bv-M o4#q bh3riupX-M o<#q ZycASbai-M oD#q QEECRKib-M oL#q ZFJFtqWj-M oT#q R7bsGoaa-M o\#q 1lIFPRoK-M od#q VQKoJFyq-M ol#q bWr5OB1A-M ot#q ie2pobm1-M o|#q EJKqVBU1-M o„#q EE2lCg6a-M oŒ#q AUBV9hqL-M o”#q 00q9btQ0-M oœ#q J9hqu2za-M o¤#q vWVdjI6a-M o¬#q AusU22tN-M o´#q a+8m70Gj-M o¼#q RqarKRWt-M oÄ#q UDW2yFBI-M oÌ#q 1kBrrqrx-M oÔ#q eX3AyB9A-M oÜ#q D0wAAAeZ-M oä#q 6weqV1rV-M oì#q u8UVICgA-M oô#q AABeDn2c-M oü#q AAd9gAAC-M o#q I+7DvjHo-M o #q j73u8X2d-M o#q DXT2x6ad-M o#q eFOTNe7B-M o$#q vavozFez-M o,#q kV1xXtJz-M o4#q u8H0983Q-M o<#q AHr5aPT4-M oD#q 2iem53fX-M oL#q 23IDr7Ye-M oT#q jQNtVVZr-M o\#q 24gGgB0V-M od#q QffPXH18-M ol#q g9DoaDW8-M ot#q vt729h9b-M o|#q t72XsKth-M o„#q 0ANxgodG-M oŒ#q iRxvYclA-M o”#q AAAAnpqR-M oœ#q tgGvcbo9-M o¤#q ABpy6aPQ-M o¬#q ADRZ3aAC-M o´#q jyox4Naw-M o¼#q KCqNdA6o-M oÄ#q ffa1WtPc-M oÌ#q fdjQUPva-M oÔ#q uprcLoPe-M oÜ#q 2oaplp2w-M oä#q 7cnOHdlF-M oì#q 27xvPY1Q-M oô#q U67vc8go-M oü#q BRttLYKa-M o#q HXkPAAAA-M o #q AAdyFFaY-M o#q CVClAVSl-M o#q CqVSilFU-M o$#q KEgoNT0C-M o,#q AQCBAk00-M o4#q g1T0jQNN-M o<#q PSbKADQx-M oD#q AJEBESIg-M oL#q Seomk9EB-M oT#q 6mjQ0NNG-M o\#q gAAAAkEg-M od#q kiGk0CR6-M ol#q U9CNNNNN-M ot#q PQRo0ANA-M o|#q aAAk9UpE-M o„#q QmoNNRqe-M oŒ#q U02o00AA-M o”#q ADQABoAC-M oœ#q JEAlKamU-M o¤#q CjZT9UGn-M o¬#q qAAG1AGg-M o´#q AAAFRJCA-M o¼#q QCBA0SYj-M oÄ#q TKbQmqea-M oÌ#q p6YU2o09-M oÔ#q Q9TT00nA-M oÜ#q lwPEuSel-M oä#q CeXl28B3-M oì#q IYIQHEwX-M oô#q UMSCvlAY-M oü#q S5LkrZn+-M o#q XhHHAXZz-M o #q FTJHAzrK-M o#q ZzYWC0pt-M o#q hA9SCmbk-M o$#q yVzoHbSU-M o,#q jhnAfBrY-M o4#q pwWYIB7G-M o<#q RjOjDQqo-M oD#q kMbJENSO-M oL#q SBCN0Wha-M oT#q RhQWpVuo-M o\#q OLN0NPRe-M od#q d7eO5eW2-M ol#q lv5L+X/j-M ot#q f7EpJkEU-M o|#q NMJKZREo-M o„#q gmkjMgZJ-M oŒ#q BiEEEliR-M o”#q IUKAoiaS-M oœ#q EoDQZJBh-M o¤#q KEZEQySQ-M o¬#q CAIIFNIM-M o´#q wCiSYRSY-M o¼#q zKMkSSlI-M oÄ#q 0xZMZKko-M oÌ#q RKlRtkmW-M oÔ#q JIrNNIBE-M oÜ#q JEYiJBhG-M oä#q MMkWYxRq-M oì#q UsmjKJMm-M oô#q CFJMaSmi-M oü#q yDSaEJtB-M o#q IJpANKMN-M o #q JEkpGQAY-M o#q jLNETGUB-M o#q RAlBKURg-M o$#q sC0wzKZh-M o,#q RmhiYIQZ-M o4#q IsZCIIMi-M o<#q iNmFCCiS-M oD#q ZNjI0khE-M oL#q AYSEUkjT-M oT#q MSZskZKR-M o\#q QWJoRNBI-M od#q 2IojZmMh-M ol#q TIkQEgyR-M ot#q EEMoomDS-M o|#q iYxAZMEC-M o„#q FCSKIkGg-M oŒ#q kIDIw2MN-M o”#q AlgyA0Sm-M oœ#q KWSSyIaR-M o¤#q CSDDIkZm-M o¬#q NGghgyAE-M o´#q oERokkWT-M o¼#q A0xZBEQh-M oÄ#q mUSBGmaQ-M oÌ#q aQBFmRJM-M oÔ#q okwxIyRS-M oÜ#q WbAkbCUF-M oä#q lAhgUISJ-M oì#q IRkySYhA-M oô#q xoUARCSa-M oü#q IJMkyiZJ-M o#q NBMyGRIh-M o #q Y0komKIm-M o#q gMDI/038-M o#q qLf/av/b-M o$#q WSNVEtmF-M o,#q Rx/2aaDV-M o4#q mKkY0NkI-M o<#q RDGJEWoE-M oD#q GLf9g9MV-M oL#q UJWGSu0p-M oT#q WVpSOdWD-M o\#q VjQJGRSC-M od#q hGBGDGhN-M ol#q NMYYwjEs-M ot#q aFISGPT3-M o|#q TbFXk873-M o„#q Xq8vPa9b-M oŒ#q 0dcco0UE-M o”#q PXIl/+em-M oœ#q 0IMHNYJa-M o¤#q XBEsiKQh-M o¬#q /7QwsC9g-M o´#q AauDvWtM-M o¼#q EBWhGBIB-M oÄ#q AerIYlBU-M oÌ#q SzPasze1-M oÔ#q 5BfAyGrr-M oÜ#q 284QNjGN-M oä#q EmaUphiM-M oì#q xEMwCZjA-M oô#q YRpMiZBM-M oü#q pEMkkQzI-M o#q wTDu5zru-M o #q Xd1xdQ6A-M o#q 6E7m7d03-M o#q OLnXOxd3-M o$#q HBu50dl0-M o,#q JOhxS4Hd-M o4#q HczuO647-M o<#q uuLu6650-M oD#q O67t3Duu-M oL#q 3DucukzR-M oT#q KIMhsUjS-M o\#q QQxDIzQJ-M od#q gxohEkYT-M ol#q YkZsAxSD-M ot#q GCJJERhp-M o|#q EAygoZRE-M o„#q SSEjMpFE-M oŒ#q 0UpJlBkI-M o”#q YwoyQ7/2-M oœ#q f9H/Py8r-M o¤#q oY3wEn8n-M o¬#q r7+72ybZ-M o´#q tybdqY06-M o¼#q yp1tjGVm-M oÄ#q smJvG48y-M oÌ#q 89EXnvy9-M oÔ#q F6OvX0vp-M oÜ#q BSIEiSRA-M oä#q mgSASYSk-M oì#q CGBkyc5J-M oô#q 63pgiRBN-M oü#q sJW2xjGm-M o#q mNsf9v7R-M o #q z1rueFmZ-M o#q cfXzw/zT-M o#q GRYxsYm2-M o$#q NjbbfXD6-M o,#q 4GtivKx5-M o4#q t9eubzms-M o<#q MTbf9rTf-M oD#q KRsYx7YR-M oL#q jHWL7OoA-M oT#q JpsFBJgy-M o\#q AEzSJiLH-M od#q xfJKWQgS-M ol#q lJjGduRq-M ot#q RxDIoETG-M o|#q 4wj+VgUj-M o„#q nMt5PXnm-M oŒ#q vEQwO7oj-M o”#q zu7lxu7u-M oœ#q asg9T00z-M o¤#q jrtcaG2R-M o¬#q KIwyHx2v-M o´#q Ucbjd0OX-M o¼#q XvfNafFE-M oÄ#q 3u3t7bu9-M oÌ#q TpJ1t6SK-M oÔ#q h9vi13hQ-M oÜ#q UX4d307p-M oä#q PHt553zx-M oì#q xHMGb4Kr-M oô#q bbvJGTCc-M oü#q Ns3WmOyG-M o #q 2fg5vsuZ-M o #q jMi+lacp-M o #q Ncvr0XeK-M o #q DnafDcIv-M o$ #q hyL7927r-M o, #q r7/Pzfj7-M o4 #q qLVW5dFK-M o< #q Ig8+fKpu-M oD #q xf+vfhB+-M oL #q 73vWXz3q-M oT #q CPPfw32M-M o\ #q n4c/9mtO-M od #q NctW/fc1-M ol #q sYad9JYn-M ot #q /D1DlDPo-M o| #q yyc7D5bS-M o„ #q i3ncMPNH-M oŒ #q bWmvm42e-M o” #q ODHImqoo-M oœ #q iuXwn95X-M o¤ #q ZlmKYKGK-M o¬ #q 7KdA6lrg-M o´ #q zZpEiUcc-M o¼ #q ypzKofPy-M oÄ #q 4kbjq6Nh-M oÌ #q o/ou++j5-M oÔ #q g2i5alDG-M oÜ #q /G3Cb0ya-M oä #q OY3lH7wd-M oì #q 83fLG1uQ-M oô #q 0nDG18UH-M oü #q nnOOsy+Y-M o -#q 4u2Nv5Hl-M o -#q jTCKmSJY-M o -#q yBhnB1Lb-M o -#q bafjgaat-M o$ -#q 8zzctvDj-M o, -#q PPy7e5Id-M o4 -#q yZHPSTxq-M o< -#q /zkHjinr-M oD -#q I5v0/nmG-M oL -#q Pp+JUz4o-M oT -#q dkc9b4/c-M o\ -#q ze19oRNO-M od -#q jG2wb+Pk-M ol -#q Wtt4RRjb-M ot -#q BsfupHPO-M o| -#q 3Mmgc18a-M o„ -#q z57U+TM7-M oŒ -#q gQsH90UP-M o” -#q HJCZN4Ws-M oœ -#q aY383qkb-M o¤ -#q xxO20pI2-M o¬ -#q 3JHbCr3s-M o´ -#q snqkVFJG-M o¼ -#q /lN5x6yQ-M oÄ -#q ydwiaSA6-M oÌ -#q rcgBoSxE-M oÔ -#q DRKIuS1s-M oÜ -#q lJsq1MtS-M oä -#q 6koA5+jF-M oì -#q Gb17XFu0-M oô -#q owrTZZSq-M oü -#q sjrkmLVo-M o #q 2tSN44ac-M o #q fvD3aWfO-M o #q erth5lG/-M o #q Jlkfp6bq-M o$ #q UbOZs2Fp-M o, #q VptDIwCu-M o4 #q WVgqIgkg-M o< #q JMtDBFi+-M oD #q 2FpRDhEI-M oL #q JAKJtPXl-M oT #q oMoKGWpU-M o\ #q 0YvH9h2n-M od #q x/hxra8/-M ol #q 8UoaoWbi-M ot #q a9EeoTlN-M o| #q 7Bd5PNdc-M o„ #q CDKemn+L-M oŒ #q cY2qMUXG-M o” #q ibc0a33/-M oœ #q wjqMN0s8-M o¤ #q PmTeeup7-M o¬ #q 6JA7aKr1-M o´ #q nMbhIkn1-M o¼ #q aX4m5rTP-M oÄ #q H4aOBlTQ-M oÌ #q I35HXHwt-M oÔ #q J9z1XuF9-M oÜ #q EQDwDnCS-M oä #q 3S9W358a-M oì #q /E4pTeTS-M oô #q VvyKGWTK-M oü #q /n4Xp7V4-M o #q dB64Ua3Q-M o #q BIaDtzTs-M o #q XpXV1k9E-M o #q 54ousxG/-M o$ #q XtEhuaGm-M o, #q yCefTL/r-M o4 #q 3478anc7-M o< #q 8deNRjg9-M oD #q uchGVxVD-M oL #q Fq6cMZqI-M oT #q dp0ihq0x-M o\ #q oIf1zldy-M od #q BS011SFz-M ol #q q08qfSxV-M ot #q 8u0cT70d-M o| #q Zgp8ebjk-M o„ #q 800pU8m2-M oŒ #q s1kKdj+z-M o” #q vmBEEU+P-M oœ #q 0+FlzrhO-M o¤ #q f/ifG2tO-M o¬ #q smrlp7B8-M o´ #q 8bbCY9u1-M o¼ #q VFK7Yavj-M oÄ #q SQ7xtE94-M oÌ #q 3aiJb59/-M oÔ #q et60wn2v-M oÜ #q rgeV/jeN-M oä #q d+O/Wt/f-M oì #q p6dNf7iJ-M oô #q A5QICcGy-M oü #q iKgpFEFQ-M o #q iCjEGEQC-M o #q LBIioACS-M o #q IqiCxSCq-M o #q IxJIw1GQ-M o$ #q 0Ua1Vam2-M o, #q qYsmg1rV-M o4 #q TbQlmjVb-M o< #q WbaGLbU1-M oD #q kWtlqWrN-M oL #q LVNNaaQI-M oT #q CZqIhD/Q-M o\ #q iASyQCUE-M od #q BKiRKRAJ-M ol #q SUiASySK-M ot #q RAJSD/zA-M o| #q gJUghMIg-M o„ #q EojKiCf+-M oŒ #q CIBP9wIC-M o” #q fq+/889/-M oœ #q 0uxkuba/-M o¤ #q pJdybzbJ-M o¬ #q vEsZ/CpE-M o´ #q x89uGn3O-M o¼ #q ONVtyYDH-M oÄ #q CGIxNyIx-M oÌ #q JsYgJYbH-M oÔ #q +I5RK73D-M oÜ #q uMZminld-M oä #q jp3e8QpD-M oì #q Jju1QToo-M oô #q 7pQFEpAB-M oü #q pEV4CLQo-M o#q 2QicBAbo-M o #q SEINjsMs-M o#q Dt9BO4nJ-M o#q zGstqAmg-M o$#q EJwhRygg-M o,#q JYoMJE0s-M o4#q Joa0zOdE-M o<#q gXdwiQss-M oD#q y4L3pzbM-M oL#q CwOaLEYF-M oT#q DBQKzaJC-M o\#q jFh2yhQO-M od#q HbgLVMHX-M ol#q FUf7jhKT-M ot#q XPWsNDuE-M o|#q PXRHfJuL-M o„#q lKqls5Tx-M oŒ#q pCC1IgIH-M o”#q nTm5PeWk-M oœ#q wwjobODc-M o¤#q CdTCa0Yo-M o¬#q DvMlcZwv-M o´#q mQTkg8KC-M o¼#q 06oALrhz-M oÄ#q ZqrQmQq6-M oÌ#q E28rdrSU-M oÔ#q xBeLkBsh-M oÜ#q IKRh04g4-M oä#q LDdsmTCp-M oì#q NKSszbu9-M oô#q lHOoAwkm-M oü#q TDrOKCmS-M o#q qExdOsOV-M o #q D1XsAQpF-M o#q VMukLCcG-M o#q YGVFpAp4-M o$#q Bg0VnXFF-M o,#q jjdC8avB-M o4#q E6BepA3q-M o<#q 6bOgot8L-M oD#q tHTiIlkb-M oL#q ARVEcldJ-M oT#q oYt4Piml-M o\#q s9rpBzDN-M od#q zeMwOdNA-M ol#q dSkWo4Cr-M ot#q sTZ065yP-M o|#q aODXMCkc-M o„#q ZCarR0LU-M oŒ#q voX1R3nD-M o”#q EsLtlykl-M oœ#q Mo3qrYHI-M o¤#q guO1Ci7x-M o¬#q RXFwJZjf-M o´#q TrtZfAyz-M o¼#q UKhgJcLO-M oÄ#q IzeTvWjG-M oÌ#q zDE27OYM-M oÔ#q E6dM3Z2k-M oÜ#q VeKcV1I4-M oä#q jKga0x3v-M oì#q CKlcUmkj-M oô#q RE1Zzsmx-M oü#q sq7L3zOn-M o#q Q8wzeGDZ-M o #q pQO0uN0N-M o#q pZhcQSuV-M o#q ETbLL2zv-M o$#q KTzqjtBh-M o,#q wIXGaksi-M o4#q 8rYKx2Wi-M o<#q 6C1J3Ulb-M oD#q 1dwqkjat-M oL#q FU6mO1F5-M oT#q Ii+bGnOM-M o\#q aOlc5EKe-M od#q kFDaQ9tj-M ol#q CU1yqcE6-M ot#q 6xRVh1nd-M o|#q LcBt7ThN-M o„#q I8LbowKP-M oŒ#q Md0AHRNh-M o”#q dYOJksYI-M oœ#q QETYuK3y-M o¤#q tX1UEkFH-M o¬#q ZLCghijo-M o´#q BdFzCgKJ-M o¼#q mlJSADdF-M oÄ#q 5CnsMoIp-M oÌ#q pMjeqUgB-M oÔ#q rXACCcsh-M oÜ#q XWsqyAge-M oä#q nB7IMoT6-M oì#q ZghKl5lj-M oô#q wkJTUVQu-M oü#q hTp3YIWg-M o#q QCl8eBO7-M o #q FTzwWGBE-M o#q w8BDaLuS-M o#q qMmM0wWE-M o$#q 6QVsFIpR-M o,#q wmCRA128-M o4#q BCKpdaVu-M o<#q nHbkyuSc-M oD#q BsqeFjLJ-M oL#q qAw0WUUI-M oT#q hMN3S5Ke-M o\#q ua7Wynjn-M od#q ew31G8je-M ol#q cPcVIYxG-M ot#q w3trGziG-M o|#q oCdTHKPO-M o„#q EpO5732V-M oŒ#q 4lnVA4Vv-M o”#q Ksc+R4OH-M oœ#q HQz2JkHF-M o¤#q dwSzeiDB-M o¬#q UGBiQAJc-M o´#q znd7Z0oC-M o¼#q mMykE5Kj-M oÄ#q ZuKCyKhd-M oÌ#q 5nTSBBtu-M oÔ#q 1sj6s2JC-M oÜ#q iZBgpYdO-M oä#q IM4luy6e-M oì#q vBlYUYld-M oô#q UQQZKOoA-M oü#q iZL4d7fe-M o#q 003l07CD-M o #q omKNzZgX-M o#q iveIrzXj-M o#q CZel4Bcy-M o$#q Y752rec3-M o,#q eRoT6jAG-M o4#q ZAGEc3kk-M o<#q ZQhLcVNC-M oD#q q+qVFSim-M oL#q BuCKZeQr-M oT#q 5FF85WTJ-M o\#q ZzIXXwto-M od#q 0cB2Cpnt-M ol#q lWr0xWTf-M ot#q Lt1yrDg8-M o|#q 503VJAdH-M o„#q 0uqes4bJ-M oŒ#q d5wsYFak-M o”#q MZlVS7ls-M oœ#q Eko6gj0L-M o¤#q qyENh3rv-M o¬#q G7qYJiQ9-M o´#q xoY33Uth-M o¼#q sUwRtEF6-M oÄ#q HUjtHWGA-M oÌ#q 1q5N1HNg-M oÔ#q iI7rFa5Q-M oÜ#q iEzuCDZ0-M oä#q 3KzKswfM-M oì#q 7185zaRU-M oô#q kRyiUUss-M oü#q QSPAwlc6-M o#q CAaa2KwB-M o #q CwsOVTUr-M o#q pamy4uS+-M o#q mkF2pVMr-M o$#q pWpG7eYk-M o,#q YjcqSMY+-M o4#q pyDKhDIL-M o<#q MmR5HGGc-M oD#q 5ml4LJEa-M oL#q A2sxQOlw-M oT#q RDZ0WyiD-M o\#q jMTFnLRK-M od#q Rw6sK02p-M ol#q h9cZnMe8-M ot#q fZrmsJ07-M o|#q 10vNY0uY-M o„#q 4QFbSrzd-M oŒ#q WY7FvR2o-M o”#q W0ZI0zyU-M oœ#q KMETaoJF-M o¤#q AUTUyWua-M o¬#q SjAQt4Db-M o´#q xyqAYcj2-M o¼#q ysQneAWK-M oÄ#q MQAWMoBB-M oÌ#q hIT0HPY5-M oÔ#q ne8L49gq-M oÜ#q YBFQhCXl-M oä#q CmzuzQIm-M oì#q hRcjCApq-M oô#q iwAmbWJb-M oü#q zsY5reBB-M o#q 1xT5l5T1-M o #q ybWy6V0t-M o#q nJKrLM5W-M o#q HNy+RpkM-M o$#q 2cyZ5heb-M o,#q Ccdg7aCc-M o4#q 7IdY80lC-M o<#q FwSGCAXN-M oD#q mQXb2QRQ-M oL#q x7k3NRDG-M oT#q XELYQ1gs-M o\#q QhhUDum3-M od#q ZE72ughH-M ol#q RdRDe5Te-M ot#q 6qw1u1LB-M o|#q 7lbNrJow-M o„#q 7QT1uAV3-M oŒ#q LMgyxdGj-M o”#q CMORl8Gn-M oœ#q 2BQuwIUz-M o¤#q m8BtHWJn-M o¬#q ZGBtieoI-M o´#q CDTvKJbI-M o¼#q MisQ2U1B-M oÄ#q CZoZlhQX-M oÌ#q ygQBW0jt-M oÔ#q gQdslCYN-M oÜ#q crXVNnBA-M oä#q +zLTmqmq-M oì#q YeS9YapA-M oô#q 12zNGgCP-M oü#q sUFmdoio-M o#q 3ByWaNXs-M o #q 7NrZuGMr-M o#q SZWRJA0v-M o#q OHdOWzMw-M o$#q 8kjKrskd-M o,#q tyHLanDt-M o4#q iyJzpWVg-M o<#q jo+aaaAk-M oD#q qTKWLcdw-M oL#q xANHQyoZ-M oT#q 1XdCK2bi-M o\#q AxFgjnDM-M od#q sxEk4wrW-M ol#q TKgmoae5-M ot#q DQbpESpt-M o|#q b1u3Dbpe-M o„#q 6qOAZBKa-M oŒ#q UBJKBZei-M o”#q CwEJ0Wgj-M oœ#q FAInS4JG-M o¤#q F6SCWBfA-M o¬#q 6F3ud3Yt-M o´#q JTVontzK-M o¼#q vsRDk5li-M oÄ#q puE0+KVI-M oÌ#q KnHbGmhh-M oÔ#q DdShYAZ2-M oÜ#q 0BJi8hNs-M oä#q 22nd3MxN-M oì#q WKTyqlNV-M oô#q dr1vFs1k-M oü#q iRRBRoZY-M o#q Jt1SAw2W-M o #q IVY7gXmt-M o#q BFNaclgF-M o#q QFjwnNh/-M o$#q g2AZt0p2-M o,#q YbFHgZ1Z-M o4#q kUHIuCAE-M o<#q MTDITBEM-M oD#q Bgx4Ecgg-M oL#q OwyuETQ7-M oT#q GUQsGRFZ-M o\#q ENlWXORD-M od#q AZBg5I2Q-M ol#q g0CU0NEc-M ot#q uCVhf8E4-M o|#q pyCmHivN-M o„#q aJAP8Dg6-M oŒ#q HMU/BCCc-M o”#q RX/CAZi3-M oœ#q FTsR+gqa-M o¤#q gg7gfXVQ-M o¬#q F3AFS45i-M o´#q g+iMnICO-M o¼#q KROLlQG9-M oÄ#q QyjKyxqt-M oÌ#q rL7DL2NW-M oÔ#q EoOARpsJ-M oÜ#q ENtjCQig-M oä#q yaiVbD8R-M oì#q cRpvD0dJ-M oô#q Yxh4KmIN-M oü#q WGAOAshC-M o#q D2ihhCBU-M o #q w7Rz2iEe-M o#q FpgIN0kK-M o#q qUcbsJC1-M o$#q I9OQR1AR-M o,#q qIJlDBA9-M o4#q OIaiEhhK-M o<#q 4RqJxpaG-M oD#q 4HNX26+L-M oL#q L2uVbzYr-M oT#q 6uxSpDYD-M o\#q ItapRNSD-M od#q SPMC40zS-M ol#q hplaragE-M ot#q HVTTzmCY-M o|#q zRWDaG4b-M o„#q oqxNVpQe-M oŒ#q /U/8feVF-M o”#q +H1z3Iy2-M oœ#q hnvDyeOt-M o¤#q 5n1QI23z-M o¬#q arZHe9m7-M o´#q tUTEm75v-M o¼#q IImeGztc-M oÄ#q Nqf8/DK0-M oÌ#q 7AS3hyuu-M oÔ#q jbWlvld0-M oÜ#q RqQIdaW8-M oä#q VAyyAqKp-M oì#q JUEU5BBq-M oô#q ICLiixEH-M oü#q 2fZwoinT-M o#q hP1ruaww-M o #q Wxs79RpI-M o#q WIc1I6Vk-M o#q HrWTkb36-M o$#q HKsT8aCE-M o,#q dYQp8dyc-M o4#q 8nHc5Tn1-M o<#q GZ9DqfXs-M oD#q +w6jU5vi-M oL#q 5KOwjHVB-M oT#q 4s9RJbGx-M o\#q esXpEnue-M od#q ovCTuXRS-M ol#q XfPMqMjx-M ot#q q9le4We7-M o|#q 4avJg7nr-M o„#q h8fkY4r3-M oŒ#q uTybuqrI-M o”#q 5WCNRuBi-M oœ#q LUVuMAR0-M o¤#q 2HDRwNFm-M o¬#q hVQC0wOx-M o´#q tAjoECQd-M o¼#q IAuc+Zfa-M oÄ#q Lo6O0IVM-M oÌ#q EV4FEtlx-M oÔ#q 4W2FCCd0-M oÜ#q Phvqkylm-M oä#q +T5VSzgZ-M oì#q CqK7UNZc-M oô#q +X11LEfD-M oü#q 369NnPNn-M o#q 684h236W-M o #q bTiIcgob-M o#q iiYguzQo-M o#q Gj4YxXj+-M o$#q +cs4Tz0q-M o,#q dHkwXXYu-M o4#q qOxh4RlK-M o<#q lgXcTb+Z-M oD#q T58LL54/-M oL#q X5UkWd6U-M oT#q wSUtKWg8-M o\#q ezAgn3Ll-M od#q VGy99KvH-M ol#q ea5jdcQU-M ot#q uTpOwzdq-M o|#q e2VOu9t1-M o„#q 2gz7+79S-M oŒ#q tp9hZGnb-M o”#q 9KZ0+UWV-M oœ#q GOfa8PL8-M o¤#q MePzZ2jp-M o¬#q XPc6c8Sz-M o´#q 56UZnuR7-M o¼#q VyqryWOd-M oÄ#q ve7uxH+f-M oÌ#q 7i9zTaJu-M oÔ#q akt23DIb-M oÜ#q PPKW3Wvw-M oä#q vI5hyr5W-M oì#q OMzSpMgc-M oô#q Rs3ZkcLr-M oü#q NrzmzOP/-M o#q kkQSPs/c-M o #q fx/623+6-M o#q 2xX7H7t/-M o#q 15ZmW2yT-M o$#q /C26fxC/-M o,#q 1B/Nm/4v-M o4#q Hf4Y/W83-M o<#q vZdxnDDN-M oD#q atLLf4zJ-M oL#q 2SOOSTXt-M oT#q mh6bgfkM-M o\#q /aUg/9rY-M od#q z+ROs5f0-M ol#q f7Np83tX-M ot#q E0ON27yn-M o|#q Of4eduzH-M o„#q ucnkr/bP-M oŒ#q /xPo+Tm1-M o”#q N30cm7RX-M oœ#q Z2cox/U5-M o¤#q Js3cZ8ct-M o¬#q GrXWkfP6-M o´#q /AuC4YHo-M o¼#q +wmtGj+j-M oÄ#q DpRjOnhC-M oÌ#q Rui6MS/o-M oÔ#q i+aX3Nt6-M oÜ#q cccYzh37-M oä#q RNxmjpw8-M oì#q 54P83H24-M oô#q dWtaabtn-M oü#q mK/F6q09-M o#q XRzP6HOT-M o #q UEd6oETQ-M o#q UHmXUt2t-M o#q oYLMjFiM-M o$#q iAgDhaE2-M o,#q Dii0fPTc-M o4#q NGH7p5jf-M o<#q 0kPg3fXk-M oD#q ttKDMGej-M oL#q 3IKP2KJO-M oT#q lt/R+CT7-M o\#q PcY3AZxs-M od#q oa+WREFD-M ol#q 5vk4TdXR-M ot#q 6uRq+MzK-M o|#q xSvDrq2a-M o„#q k+c2275m-M oŒ#q d5ettnJp-M o”#q +4/Y+HV6-M oœ#q qxudXLde-M o¤#q dt6uSdTK-M o¬#q GaMJP6jN-M o´#q bZZww68/-M o¼#q M8PzplDq-M oÄ#q Yusu8ZQB-M oÌ#q AFQUJ8y9-M oÔ#q CB2DjMri-M oÜ#q YXiyEoiF-M oä#q RoNAmCWW-M oì#q SMuP4EvG-M oô#q SYUfk7ut-M oü#q 8CD78n+j-M o#q +iqqihWU-M o #q fmZb8RVj-M o#q X9LiIokX-M o#q hgfqc+hj-M o$#q bZR8xHTS-M o,#q G2Nvltye-M o4#q EkBoz+i+-M o<#q EBqwZMS3-M oD#q bqJsEaIa-M oL#q GhUYwpTg-M oT#q GQIwCHFS-M o\#q PHf9PH5s-M od#q oVQwNtyu-M ol#q 3LdB4H7h-M ot#q 7qHvPtJP-M o|#q gw2vhhBm-M o„#q wPscrZ9i-M oŒ#q B0ofZ8/K-M o”#q 22LZTR+R-M oœ#q 6NBmMbWj-M o¤#q +o8N5NK4-M o¬#q btPxmPo3-M o´#q Yvl53M08-M o¼#q zTwps2Ux-M oÄ#q 8n29W7or-M oÌ#q ecnOTH4L-M oÔ#q DyKfk9ee-M oÜ#q nmurrptb-M oä#q 6EDAylMS-M oì#q yCFoPt68-M oô#q A+P2W2rx-M oü#q pvgRO7eO-M o#q TE06p78T-M o #q pM095szd-M o#q T5dJNkqV-M o#q 9yvdk2Kj-M o$#q Rq7ZNv2M-M o,#q /zD1uISN-M o4#q H5LRt2dP-M o<#q bXxwgg+a-M oD#q STdJarr4-M oL#q +t4IO5+i-M oT#q saqdYSfl-M o\#q 2IOJ0ntA-M od#q 756tsBY3-M ol#q I66SOBHl-M ot#q U+0+8bWU-M o|#q bHdtxa1P-M o„#q 2y83z5Pv-M oŒ#q NqJ29h6y-M o”#q mz5tztPN-M oœ#q 04yw5+Os-M o¤#q Ux767u+t-M o¬#q 4Wb68vvz-M o´#q tvPsCb27-M o¼#q OnbrgHff-M oÄ#q egij8Dbt-M oÌ#q R+cpqFnr-M oÔ#q poO2jCj+-M oÜ#q dtrCBfwt-M oä#q FtxfNrZd-M oì#q 9ZcQzVPa-M oô#q 9qbeq8du-M oü#q MYmVfF+2-M o#q cTONb3u2-M o #q m+N7LwZw-M o#q K24TMUPA-M o#q /s1xS2PJ-M o$#q 211vg1Jf-M o,#q BUXQLO2t-M o4#q MacGtLJm-M o<#q ttPE59YW-M oD#q nForCNrr-M oL#q vbv4+/xy-M oT#q 7+NG7BfX-M o\#q bnqKVTuo-M od#q 0DMuFW6c-M ol#q /DBvb4i5-M ot#q +crr56qL-M o|#q SmCHWi13-M o„#q 1w0DRNem-M oŒ#q G8J8mWF6-M o”#q /BavOE5Y-M oœ#q JruAqh/e-M o¤#q 19oRd79a-M o¬#q 8j2xXHhV-M o´#q teYnEW9a-M o¼#q 1AvE2WHF-M oÄ#q Hnr7Wf43-M oÌ#q p9q/GjSG-M oÔ#q tZb51XBD-M oÜ#q R5fZe/af-M oä#q Xwzt1jTi-M oì#q 0aTqd5pQ-M oô#q 9xPS9+tf-M oü#q lc68V3+R-M o#q 30RS3anM-M o #q Z7/OYoK8-M o#q 3au2vY96-M o#q 2u/Pmnmv-M o$#q WmcymeWx-M o,#q xPne1H49-M o4#q bc+va/KV-M o<#q HaqJxTgr-M oD#q qcN7zDZ2-M oL#q TweudXva-M oT#q vlknvqps-M o\#q g6zC6+Ia-M od#q vvB2enbr-M ol#q x754TjNR-M ot#q ir97rpG6-M o|#q 2S7VPnth-M o„#q +nn9KvmF-M oŒ#q thTinXkT-M o”#q rfbYcr54-M oœ#q eVPbFQRF-M o¤#q 11vTW9+C-M o¬#q cB+4r3XR-M o´#q pMtsKWHn-M o¼#q hn3dFDF7-M oÄ#q PYpQoLeU-M oÌ#q zh639UyD-M oÔ#q F5ouhQer-M oÜ#q fW+FKROl-M oä#q O2lJwm+U-M oì#q DcwvkjwQ-M oô#q 51nx2aQ+-M oü#q iINt/lkD-M o #q DTrmb2vr-M o #q xryHii64-M o #q 8Xu/tF6Q-M o #q HbUcIFxg-M o$ #q YRp4+V7e-M o, #q aLG64b2s-M o4 #q u+ONNxKE-M o< #q DlYjMR1F-M oD #q uhvauj8z-M oL #q eus/aeYa-M oT #q 2iB/Va1t-M o\ #q uuH2zjOv-M od #q xxxonwsb-M ol #q YInfrnTP-M ot #q Ns504yed-M o| #q SRkJR0je-M o„ #q aBvNr5mG-M oŒ #q nFr5TFHN-M o” #q ub0FVE30-M oœ #q 34E+q7tf-M o¤ #q F5n54uuT-M o¬ #q 4o+28bYp-M o´ #q zjhtI6mf-M o¼ #q B4jbVMEd-M oÄ #q 31VAR4vi-M oÌ #q GN8Tu4um-M oÔ #q aeq9qLGL-M oÜ #q NUsvpQu/-M oä #q 8faJd34U-M oì #q W2pXhjva-M oô #q q0NFmKDN-M oü #q Z7UjVrNM-M o!#q 4aXvd5pS-M o !#q g7LW/5p7-M o!#q 955Vtvf6-M o!#q tsMfFl9r-M o$!#q s3VvkKnf-M o,!#q vemaXnFP-M o4!#q Gd4je+Y3-M o#q R4ZKzAfB-M o >#q E2O4JIhA-M o>#q k0YDAlY3-M o>#q e4AHkEgA-M o$>#q r74ycQwA-M o,>#q nQW7rtlc-M o4>#q pF6JZA7V-M o<>#q Nu66JrCc-M oD>#q gjUCEFCE-M oL>#q RpghIiGj-M oT>#q 2TWA7EMd-M o\>#q 0aiCjpcI-M od>#q QOLL43hk-M ol>#q AKrIRD57-M ot>#q bdINOGQ0-M o|>#q 1LwiQc32-M o„>#q iwDYCMaA-M oŒ>#q kHwImA5v-M o”>#q u3GtiupP-M oœ>#q Vup02YPe-M o¤>#q 4G+iICJJ-M o¬>#q zomO2gry-M o´>#q Y5W3M5zx-M o¼>#q 7DfU8YCD-M oÄ>#q sEXiG6zV-M oÌ>#q +xuOJIG8-M oÔ>#q KOYoQjJH-M oÜ>#q HsGD13J0-M oä>#q uAvNmGVf-M oì>#q Cbv+KJrz-M oô>#q yu7cZk07-M oü>#q DszWZjii-M o?#q 34Z5Oq4J-M o ?#q YoGxovON-M o?#q SVdyqdDa-M o?#q iI5o1E9g-M o$?#q ZEO+MOkn-M o,?#q bKrd3vCG-M o4?#q jWOSCrnI-M o#q ho1lbYNU-M o >#q cdPj1zU4-M o>#q ogY7l1Tx-M o>#q fNNPT+zP-M o$>#q 92ta1Xu6-M o,>#q TpY6QeIS-M o4>#q M9/hrny5-M o<>#q 9kjOErh+-M oD>#q Ht2BPj57-M oL>#q 6L5BzgoC-M oT>#q DQAx6HNq-M o\>#q d9+Dyvbt-M od>#q 27Lq3osA-M ol>#q uFDt/Zv5-M ot>#q zu78vxMX-M o|>#q Pz5rDDqp-M o„>#q 1z+Pi2nh-M oŒ>#q zxuQkFAn-M o”>#q qvWm2HD0-M oœ>#q 9db9dvJv-M o¤>#q pZ775mY/-M o¬>#q Nd5n5du3-M o´>#q 4vVU6F+N-M o¼>#q +jTb5Ses-M oÄ>#q ToqJfaen-M oÌ>#q DXwdO+bu-M oÔ>#q 81I8knny-M oÜ>#q 2dLk+lPt-M oä>#q FD493Hx7-M oì>#q 0x8+ZnD/-M oô>#q LrkygIFr-M oü>#q 4AcZGrTD-M o?#q QcMwVWSB-M o ?#q UIKC4cSt-M o?#q oBZZEzt+-M o?#q 9tptwYhb-M o$?#q UixKXVLS-M o,?#q o3XvhOmi-M o4?#q pnoTQ+XB-M ou-î o.qu-î o.qu-î o.qu-î o.qu-î o .qq€x„q/go.string."*go1.fastaAcid"-î o(.qq/x-î o/qq /x-î o/qu-î o /q *go1.fas-î o/q taAcid-î o/qu6î o -/q u„q0weak.type.**"".fastaAcid-î o8.qq0x„q1type."".fastaAcid-î o@.qq1x6î o.qHu„qtype.*runtime.StructType-î o1qqx-î o1qq1x-î o1q u-î o1qE&&êu-î o1qu-î o1qu-î o1qu-î o1qu-î o 1qqx„qgo.string."go1.fastaAcid"-î o(1qqx-î oqq x-î oq u-î o q go1.fast-î oq aAcid-î oqu6î o -q u-î o81qq.x-î o@1qqP1x-î oH1qu-î oL1qu„qgo.string."sym"-î oP1qqx-î oqq x-î oqu-î o q sym-î oqu6î o -qu-î oX1qq-x-î o`1qqx-î oh1qu-î op1qu„qgo.string."prob"-î ox1qqx-î oqq x-î oqu-î o q prob-î oqu6î o -qu-î o€1qq-x„qtype.float64-î oˆ1qqx-î o1qu-î o˜1qu„qgo.string."cprob"-î o 1qqx-î oqq x-î oqu-î o q cprob-î oqu6î o -qu-î o¨1qq-x-î o°1qqx-î o¸1qu-î oÀ1qu„qgo.string."next"-î oÈ1qqx-î oqq x-î oqu-î o q next-î oqu6î o -qu-î oÐ1qq-x-î oØ1qq.x-î oà1qu-î oè1qu-î o01qqð1x„qgo.string."fastaAcid"-î oð1qqx-î oqq x-î oq u-î o q fastaAci-î oq d-î oqu6î o -qu-î oø1qq-x-î o1qq1x-î o1qu-î o 1qu6î o1qu„q type.[]"".fastaAcid„q -type.*runtime.SliceType-î o qq -x-î o qq x-î o qu-î o qE4U4òu-î o qu-î o qu-î o qu-î o qu„q runtime.algarray-î o qqà x„q go.string."[]go1.fastaAcid"-î o( qq x-î o qq x-î o qu-î o q []go1.fa-î o q staAcid-î o qu6î o - q u„q weak.type.*[]"".fastaAcid-î o8 qq x-î o@ qq1x6î o - qHu„qtype.[15]"".fastaAcid„qtype.*runtime.ArrayType-î oqqx-î oqqx-î oqàu-î oqE¾„|Õu-î oqu-î oqu-î oqu-î oqu-î o qq x„qgo.string."[15]go1.fastaAcid"-î o(qqx-î oqq x-î oqu-î o q [15]go1.-î oq fastaAci-î oq d-î oqu6î o -q u„qweak.type.*[15]"".fastaAcid-î o8qqx-î o@qq1x-î oHqq x-î oPqu6î o -qXu„qtype.[4]"".fastaAcid-î oqqx-î oqqx-î oq€u-î oq5Yt>u-î oqu-î oqu-î oqu-î oqu-î o qq x„qgo.string."[4]go1.fastaAcid"-î o(qqx-î oqq x-î oqu-î o q [4]go1.f-î oq astaAcid-î oqu6î o -q u„qweak.type.*[4]"".fastaAcid-î o8qqx-î o@qq1x-î oHqq x-î oPqu6î o -qXu„qtype.func(*uint8, int64, int64) []uint8„qtype.*runtime.FuncType-î oqqx-î oqqx-î oqu-î oqIzK|u-î oqu-î oqu-î oqu-î oqu-î o qq@ x„qgo.string."func(*uint8, int64, int64) []uint8"-î o(qqx-î oqq x-î oq"u-î o q func(*ui-î oq nt8, int-î oq 64, int6-î o$q 4) []uin-î o,q t8-î o.qu6î o -q0u„qweak.type.*func(*uint8, int64, int64) []uint8-î o8qqx-î o@qu-î oHqqhx-î oPqu-î oTqu-î oXqq€x-î o`qu-î odqu„qtype.*uint8-î ohqqx„qtype.int64-î opqqx-î oxqqx„qtype.[]uint8-î o€qqx6î o -qˆu„qtype.*[15]"".fastaAcid„qtype.*runtime.PtrType-î oqqx-î oqqx-î oqu-î oqÁ2\u-î oqu-î oqu-î oqu-î oqu-î o qq€ x„qgo.string."*[15]go1.fastaAcid"-î o(qqx-î oqq x-î oqu-î o q *[15]go1-î oq .fastaAc-î oq id-î oqu6î o -q u„qweak.type.**[15]"".fastaAcid-î o8qqx-î o@qqx6î o -qHu„q type.func(*uint8) *[15]"".fastaAcid-î o qqx-î o qq x-î o qu-î o q}æ"lu-î o qu-î o qu-î o qu-î o qu-î o qq@ x„q!go.string."func(*uint8) *[15]go1.fastaAcid"-î o( qq!x-î o!qq !x-î o!qu-î o !q func(*ui-î o!q nt8) *[1-î o!q 5]go1.fa-î o$!q staAcid-î o+!qu6î o -!q0u„q"weak.type.*func(*uint8) *[15]"".fastaAcid-î o8 qq"x-î o@ qu-î oH qqh x-î oP qu-î oT qu-î oX qqp x-î o` qu-î od qu-î oh qqx-î op qqx6î o - qxu„q#type.*[4]"".fastaAcid-î o#qqx-î o#qq#x-î o#qu-î o#qE`%èu-î o#qu-î o#qu-î o#qu-î o#qu-î o #qq€ x„q$go.string."*[4]go1.fastaAcid"-î o(#qq$x-î o$qq $x-î o$qu-î o $q *[4]go1.-î o$q fastaAci-î o$q d-î o$qu6î o -$q u„q%weak.type.**[4]"".fastaAcid-î o8#qq%x-î o@#qqx6î o -#qHu„q&type.func(*uint8) *[4]"".fastaAcid-î o&qqx-î o&qq&x-î o&qu-î o&qE”Ьu-î o&qu-î o&qu-î o&qu-î o&qu-î o &qq@ x„q'go.string."func(*uint8) *[4]go1.fastaAcid"-î o(&qq'x-î o'qq 'x-î o'qu-î o 'q func(*ui-î o'q nt8) *[4-î o'q ]go1.fas-î o$'q taAcid-î o*'qu6î o -'q0u„q(weak.type.*func(*uint8) *[4]"".fastaAcid-î o8&qq(x-î o@&qu-î oH&qqh&x-î oP&qu-î oT&qu-î oX&qqp&x-î o`&qu-î od&qu-î oh&qqx-î op&qq#x6î o -&qxu„q)type.func(*"".fastaBuffer, []uint8, int)-î o)qqx-î o)qq)x-î o)qu-î o)qE5$½¦u-î o)qu-î o)qu-î o)qu-î o)qu-î o )qq@ x„q*go.string."func(*go1.fastaBuffer, []uint8, int)"-î o()qq*x-î o*qq *x-î o*q$u-î o *q func(*go-î o*q 1.fastaB-î o*q uffer, [-î o$*q ]uint8, -î o,*q int)-î o0*qu6î o -*q8u„q+weak.type.*func(*"".fastaBuffer, []uint8, int)-î o8)qq+x-î o@)qu-î oH)qqh)x-î oP)qu-î oT)qu-î oX)qq€)x-î o`)qu-î od)qu„q,type.*"".fastaBuffer-î oh)qq,x-î op)qqx„q-type.int-î ox)qq-x6î o -)q€u„q.type.func(*"".fastaBuffer, []"".fastaAcid, int)-î o.qqx-î o.qq.x-î o.qu-î o.qz"+u-î o.qu-î o.qu-î o.qu-î o.qu-î o .qq@ x„q/go.string."func(*go1.fastaBuffer, []go1.fastaAcid, int)"-î o(.qq/x-î o/qq /x-î o/q,u-î o /q func(*go-î o/q 1.fastaB-î o/q uffer, [-î o$/q ]go1.fas-î o,/q taAcid, -î o4/q int)-î o8/qu6î o -/q@u„q0weak.type.*func(*"".fastaBuffer, []"".fastaAcid, int)-î o8.qq0x-î o@.qu-î oH.qqh.x-î oP.qu-î oT.qu-î oX.qq€.x-î o`.qu-î od.qu-î oh.qq,x-î op.qq x-î ox.qq-x6î o -.q€u„q1type.method(*"".fastaBuffer) func()-î o1qqx-î o1qq1x-î o1qu-î o1qEö¼‚öu-î o1qu-î o1qu-î o1qu-î o1qu-î o 1qq@ x„qgo.string."method(*go1.fastaBuffer) func()"-î o(1qqx-î oqq x-î oqu-î o q method(*-î oq go1.fast-î oq aBuffer)-î o$q func()-î o+qu6î o -q0u„qweak.type.*method(*"".fastaBuffer) func()-î o81qqx-î o@1qu-î oH1qqh1x-î oP1qu-î oT1qu-î oX1qqp1x-î o`1qu-î od1qu-î oh1qq,x6î o -1qpu„qtype.interface {}„qtype.*runtime.InterfaceType-î oqqx-î oqqx-î oqu-î oqçW u-î oqu-î oqu-î oqu-î oqu-î o qqÀ x„qgo.string."interface {}"-î o(qqx-î oqq x-î oq u-î o q interfac-î oq e {}-î oqu6î o -q u„qweak.type.*interface {}-î o8qqx-î o@qqPx-î oHqu-î oLqu6î o -qPu„qtype.func(*uint8, string) interface {}-î oqqx-î oqqx-î oqu-î oqE‚×»ûu-î oqu-î oqu-î oqu-î oqu-î o qq@ x„qgo.string."func(*uint8, string) interface {}"-î o(qqx-î oqq x-î oq!u-î o q func(*ui-î oq nt8, str-î oq ing) int-î o$q erface {-î o,q }-î o-qu6î o -q0u„q weak.type.*func(*uint8, string) interface {}-î o8qq x-î o@qu-î oHqqhx-î oPqu-î oTqu-î oXqqxx-î o`qu-î odqu-î ohqqx„q -type.string-î opqq -x-î oxqqx6î o -q€u„q type.func(interface {})-î o qqx-î o qq x-î o qu-î o q†uŽu-î o qu-î o qu-î o qu-î o qu„q runtime.algarray-î o qq@ x„q go.string."func(interface {})"-î o( qq x-î o qq x-î o qu-î o q func(int-î o q erface {-î o q })-î o qu6î o - q u„qweak.type.*func(interface {})-î o8 qqx-î o@ qu-î oH qqh x-î oP qu-î oT qu-î oX qqp x-î o` qu-î od qu-î oh qqx6î o - qpu„qtype.method(*"".fastaBuffer) func(string)-î oqqx-î oqqx-î oqu-î oqEŠÇ¹¾u-î oqu-î oqu-î oqu-î oqu-î o qq@ x„qgo.string."method(*go1.fastaBuffer) func(string)"-î o(qqx-î oqq x-î oq%u-î o q method(*-î oq go1.fast-î oq aBuffer)-î o$q func(st-î o,q ring)-î o1qu6î o -q8u„qweak.type.*method(*"".fastaBuffer) func(string)-î o8qqx-î o@qu-î oHqqhx-î oPqu-î oTqu-î oXqqxx-î o`qu-î odqu-î ohqq,x-î opqq -x6î o -qxu„qtype.func([]uint8, string) int-î oqqx-î oqqx-î oqu-î oqEš©ÍÉu-î oqu-î oqu-î oqu-î oqu-î o qq@ x„qgo.string."func([]uint8, string) int"-î o(qqx-î oqq x-î oqu-î o q func([]u-î oq int8, st-î oq ring) in-î o$q t-î o%qu6î o -q(u„qweak.type.*func([]uint8, string) int-î o8qqx-î o@qu-î oHqqhx-î oPqu-î oTqu-î oXqqxx-î o`qu-î odqu-î ohqqx-î opqq -x-î oxqq-x6î o -q€u„qtype.method(*"".fastaBuffer) func(int) []uint8-î oqqx-î oqqx-î oqu-î oqýz~:u-î oqu-î oqu-î oqu-î oqu-î o qq@ x„qgo.string."method(*go1.fastaBuffer) func(int) []uint8"-î o(qqx-î oqq x-î oq*u-î o q method(*-î oq go1.fast-î oq aBuffer)-î o$q func(in-î o,q t) []uin-î o4q t8-î o6qu6î o -q8u„qweak.type.*method(*"".fastaBuffer) func(int) []uint8-î o8qqx-î o@qu-î oHqqhx-î oPqu-î oTqu-î oXqqxx-î o`qu-î odqu-î ohqq,x-î opqq-x-î oxqqx6î o -q€u„qtype.func(*uint8, []uint8, []uint8) []uint8„qtype.*runtime.FuncType-î oqqx-î oqqx-î oqu-î oq³‚p,u-î oqu-î oqu-î oqu-î oqu-î o qq@ x„qgo.string."func(*uint8, []uint8, []uint8) []uint8"-î o(qqx-î oqq x-î oq&u-î o q func(*ui-î oq nt8, []u-î oq int8, []-î o$q uint8) [-î o,q ]uint8-î o2qu6î o -q8u„qweak.type.*func(*uint8, []uint8, []uint8) []uint8-î o8qqx-î o@qu-î oHqqhx-î oPqu-î oTqu-î oXqq€x-î o`qu-î odqu„qtype.*uint8-î ohqqx„qtype.[]uint8-î opqqx-î oxqqx-î o€qqx6î o -qˆu„qtype.func([]uint8, []uint8, uint32) int-î oqqx-î oqqx-î oqu-î oqEJôv¢u-î oqu-î oqu-î oqu-î oqu-î o qq@ x„qgo.string."func([]uint8, []uint8, uint32) int"-î o(qqx-î oqq x-î oq"u-î o q func([]u-î oq int8, []-î oq uint8, u-î o$q int32) i-î o,q nt-î o.qu6î o -q0u„q weak.type.*func([]uint8, []uint8, uint32) int-î o8qq x-î o@qu-î oHqqhx-î oPqu-î oTqu-î oXqq€x-î o`qu-î odqu-î ohqqx-î opqqx„q!type.uint32-î oxqq!x-î o€qq-x6î o -qˆu„q"type.[]*"".fastaAcid„q#type.*runtime.SliceType-î o"qq#x-î o"qq"x-î o"qu-î o"q"tu-î o"qu-î o"qu-î o"qu-î o"qu-î o "qqà x„q$go.string."[]*go1.fastaAcid"-î o("qq$x-î o$qq $x-î o$qu-î o $q []*go1.f-î o$q astaAcid-î o$qu6î o -$q u„q%weak.type.*[]*"".fastaAcid-î o8"qq%x„q&type.*"".fastaAcid-î o@"qq&x6î o -"qHu„q'type.[4096]*"".fastaAcid„q(type.*runtime.ArrayType-î o'qq(x-î o'qq'x-î o'q€u-î o'qÝ"ÉIu-î o'qu-î o'qu-î o'qu-î o'qu-î o 'qq x„q)go.string."[4096]*go1.fastaAcid"-î o('qq)x-î o)qq )x-î o)qu-î o )q [4096]*g-î o)q o1.fasta-î o)q Acid-î o )qu6î o -)q(u„q*weak.type.*[4096]*"".fastaAcid-î o8'qq*x-î o@'qq&x-î oH'qq"x-î oP'qu6î o -'qXu„q+type.*[4096]*"".fastaAcid„q,type.*runtime.PtrType-î o+qq,x-î o+qq+x-î o+qu-î o+qøe 'u-î o+qu-î o+qu-î o+qu-î o+qu-î o +qq€ x„q-go.string."*[4096]*go1.fastaAcid"-î o(+qq-x-î o-qq -x-î o-qu-î o -q *[4096]*-î o-q go1.fast-î o-q aAcid-î o!-qu6î o --q(u„q.weak.type.**[4096]*"".fastaAcid-î o8+qq.x-î o@+qq'x6î o -+qHu„q/type.func([]"".fastaAcid) *[4096]*"".fastaAcid-î o/qqx-î o/qq/x-î o/qu-î o/q€b/:u-î o/qu-î o/qu-î o/qu-î o/qu-î o /qq@ x„q0go.string."func([]go1.fastaAcid) *[4096]*go1.fastaAcid"-î o(/qq0x-î o0qq 0x-î o0q+u-î o 0q func([]g-î o0q o1.fasta-î o0q Acid) *[-î o$0q 4096]*go-î o,0q 1.fastaA-î o40q cid-î o70qu6î o -0q8u„q1weak.type.*func([]"".fastaAcid) *[4096]*"".fastaAcid-î o8/qq1x-î o@/qu-î oH/qqh/x-î oP/qu-î oT/qu-î oX/qqp/x-î o`/qu-î od/qu„qtype.[]"".fastaAcid-î oh/qqx-î op/qq+x6î o -/qxu„qtype.func(*uint8) *[4096]*"".fastaAcid-î oqqx-î oqqx-î oqu-î oqE<Q¯u-î oqu-î oqu-î oqu-î oqu-î o qq@ x„qgo.string."func(*uint8) *[4096]*go1.fastaAcid"-î o(qqx-î oqq x-î oq"u-î o q func(*ui-î oq nt8) *[4-î oq 096]*go1-î o$q .fastaAc-î o,q id-î o.qu6î o -q0u„qweak.type.*func(*uint8) *[4096]*"".fastaAcid-î o8qqx-î o@qu-î oHqqhx-î oPqu-î oTqu-î oXqqpx-î o`qu-î odqu-î ohqqx-î opqq+x6î o -qxu„qtype.[]*"".JSONNode-î oqq#x-î oqqx-î oqu-î oqEX@û†u-î oqu-î oqu-î oqu-î oqu-î o qqà x„qgo.string."[]*go1.JSONNode"-î o(qqx-î oqq x-î oqu-î o q []*go1.J-î oq SONNode-î oqu6î o -q u„qweak.type.*[]*"".JSONNode-î o8qqx„qtype.*"".JSONNode-î o@qqx6î o -qHu„q type."".JSONNode„q -type.*runtime.StructType-î o qq -x-î o qq x-î o qHu-î o qšÝv,u-î o qu-î o qu-î o qu-î o qu-î o qqÀ x„q go.string."go1.JSONNode"-î o( qq x-î o qq x-î o q u-î o q go1.JSON-î o q Node-î o qu6î o - q u-î o8 qqx-î o@ qqP x-î oH qu-î oL qu„q go.string."Name"-î oP qq x-î o qq x-î o qu-î o q Name-î o qu6î o - qu-î oX qu„q type.string-î o` qq x„qgo.string."json:\"name\""-î oh qqx-î oqq x-î oq u-î o q json:"na-î oq me"-î oqu6î o -qu-î op qu„qgo.string."Kids"-î ox qqx-î oqq x-î oqu-î o q Kids-î oqu6î o -qu-î o€ qu-î oˆ qqx„qgo.string."json:\"kids\""-î o qqx-î oqq x-î oq u-î o q json:"ki-î oq ds"-î oqu6î o -qu-î o˜ qu„qgo.string."CLWeight"-î o  qqx-î oqq x-î oqu-î o q CLWeight-î oqu6î o -qu-î o¨ qu„qtype.float64-î o° qqx„qgo.string."json:\"cl_weight\""-î o¸ qqx-î oqq x-î oqu-î o q json:"cl-î oq _weight"-î oqu6î o -q u-î oÀ q u„qgo.string."Touches"-î oÈ qqx-î oqq x-î oqu-î o q Touches-î oqu6î o -qu-î oÐ qu„qtype.int-î oØ qqx„qgo.string."json:\"touches\""-î oà qqx-î oqq x-î oqu-î o q json:"to-î oq uches"-î oqu6î o -q u-î oè q(u„qgo.string."MinT"-î oð qqx-î oqq x-î oqu-î o q MinT-î oqu6î o -qu-î oø qu„qtype.int64-î o qqx„qgo.string."json:\"min_t\""-î o qqx-î oqq x-î oq u-î o q json:"mi-î oq n_t"-î oqu6î o -q u-î o q0u„qgo.string."MaxT"-î o qqx-î oqq x-î oqu-î o q MaxT-î oqu6î o -qu-î o  qu-î o( qqx„qgo.string."json:\"max_t\""-î o0 qqx-î oqq x-î oq u-î o q json:"ma-î oq x_t"-î oqu6î o -q u-î o8 q8u„qgo.string."MeanT"-î o@ qqx-î oqq x-î oqu-î o q MeanT-î oqu6î o -qu-î oH qu-î oP qqx„qgo.string."json:\"mean_t\""-î oX qqx-î oqq x-î oq u-î o q json:"me-î oq an_t"-î oqu6î o -q u-î o` q@u-î o0 qqh x„qgo.string."JSONNode"-î oh qqx-î oqq x-î oqu-î o q JSONNode-î oqu6î o -qu„qgo.importpath."".-î op qqx-î ox qqˆ x-î o€ qu-î o„ qu6î o qˆu-î oqq,x-î oqqx-î oqu-î oq’Ì/ u-î oqu-î oqu-î oqu-î oqu„q runtime.algarray-î o qq€ x„q!go.string."*go1.JSONNode"-î o(qq!x-î o!qq !x-î o!q u-î o !q *go1.JSO-î o!q NNode-î o!qu6î o -!q u„q"weak.type.**"".JSONNode-î o8qq"x-î o@qq x6î oqHu„q#type..alg."".JSONResponse„q$type..hash."".JSONResponse-o#qq$x„q%type..eq."".JSONResponse-o#qq%x„q&runtime.memprint-o#qq&x„q'runtime.memcopy-o#qq'x6o -#q u„q(type."".JSONResponse-o(qq -x-o(qq(x-o(qu-o(qޟÑu-o(qu-o(qu-o(qu-o(qu-o (qq#x„q)go.string."go1.JSONResponse"-o((qq)x-o)qq )x-o)qu-o )q go1.JSON-o)q Response-o)qu6o -)q u„q*type.*"".JSONResponse-o8(qq*x-o@(qqP(x-oH(qu-oL(qu„q+go.string."Tree"-oP(qq+x-o+qq +x-o+qu-o +q Tree-o+qu6o -+qu-oX(qu-o`(qqx„q,go.string."json:\"tree\""-oh(qq,x-o,qq ,x-o,q u-o ,q json:"tr-o,q ee"-o,qu6o -,qu-op(qu„q-go.string."Username"-ox(qq-x-o-qq -x-o-qu-o -q Username-o-qu6o --qu-o€(qu-oˆ(qq x„q.go.string."json:\"username\""-o(qq.x-o.qq .x-o.qu-o .q json:"us-o.q ername"-o.qu6o -.q u-o˜(qu-o0(qq (x„q/go.string."JSONResponse"-o (qq/x-o/qq /x-o/q u-o /q JSONResp-o/q onse-o/qu6o -/q u-o¨(qqx-o°(qqÀ(x-o¸(qu-o¼(qu6o(qÀu„q0type.*runtime.PtrType-o*qq0x-o*qq*x-o*qu-o*qENV‘°u-o*qu-o*qu-o*qu-o*qu-o *qq€ x„q1go.string."*go1.JSONResponse"-o(*qq1x-o1qq 1x-o1qu-o 1q *go1.JSO-o1q NRespons-o1q e-o1qu6o -1q u„qweak.type.**"".JSONResponse-o8*qqx-o@*qq(x6o*qHu„qtype.func(*"".JSONResponse) *"".JSONResponse„qtype.*runtime.FuncType-oqqx-oqqx-oqu-oqEzŸî±u-oqu-oqu-oqu-oqu-o qq@ x„qgo.string."func(*go1.JSONResponse) *go1.JSONResponse"-o(qqx-oqq x-oq)u-o q func(*go-oq 1.JSONRe-oq sponse) -o$q *go1.JSO-o,q NRespons-o4q e-o5qu6o -q8u„qweak.type.*func(*"".JSONResponse) *"".JSONResponse-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqqpx-o`qu-odqu-ohqq*x-opqq*x6o -qxu„qtype.func(*uint8) *bytes.Buffer-oqqx-oqqx-oqu-oqEñ¥Šu-oqu-oqu-oqu-oqu-o qq@ x„qgo.string."func(*uint8) *bytes.Buffer"-o(qqx-oqq x-oqu-o q func(*ui-oq nt8) *by-oq tes.Buff-o$q er-o&qu6o -q(u„qweak.type.*func(*uint8) *bytes.Buffer-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqqpx-o`qu-odqu„q type.*uint8-ohqq x„q -type.*bytes.Buffer-opqq -x6o -qxu„q type.func(*uint8, *uint8, *bytes.Buffer) io.Writer-o qqx-o qq x-o qu-o qx>9u-o qu-o qu-o qu-o qu-o qq@ x„q go.string."func(*uint8, *uint8, *bytes.Buffer) io.Writer"-o( qq x-o qq x-o q-u-o q func(*ui-o q nt8, *ui-o q nt8, *by-o$ q tes.Buff-o, q er) io.W-o4 q riter-o9 qu6o - q@u„q weak.type.*func(*uint8, *uint8, *bytes.Buffer) io.Writer-o8 qq x-o@ qu-oH qqh x-oP qu-oT qu-oX qq€ x-o` qu-od qu-oh qq x-op qq x-ox qq -x„qtype.io.Writer-o€ qqx6o - qˆu„qtype.func(io.Writer) *encoding/gob.Encoder-oqqx-oqqx-oqu-oqEEI´§u-oqu-oqu-oqu-oqu-o qq@ x„qgo.string."func(io.Writer) *gob.Encoder"-o(qqx-oqq x-oqu-o q func(io.-oq Writer) -oq *gob.Enc-o$q oder-o(qu6o -q0u„qweak.type.*func(io.Writer) *encoding/gob.Encoder-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqqpx-o`qu-odqu-ohqqx„qtype.*encoding/gob.Encoder-opqqx6o -qxu„qtype.func(*uint8, *"".JSONResponse) interface {}-oqqx-oqqx-oqu-oq¬ ôu-oqu-oqu-oqu-oqu-o qq@ x„qgo.string."func(*uint8, *go1.JSONResponse) interface {}"-o(qqx-oqq x-oq,u-o q func(*ui-oq nt8, *go-oq 1.JSONRe-o$q sponse) -o,q interfac-o4q e {}-o8qu6o -q@u„qweak.type.*func(*uint8, *"".JSONResponse) interface {}-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqqxx-o`qu-odqu-ohqq x-opqq*x„qtype.interface {}-oxqqx6o -q€u„qtype.func(error) interface {}-oqqx-oqqx-oqu-oqÅ1u-oqu-oqu-oqu-oqu-o qq@ x„qgo.string."func(error) interface {}"-o(qqx-oqq x-oqu-o q func(err-oq or) inte-oq rface {}-o$qu6o -q(u„qweak.type.*func(error) interface {}-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqqpx-o`qu-odqu„qtype.error-ohqqx-opqqx6o -qxu„qtype.func(*uint8) *"".JSONResponse-oqqx-oqqx-oqu-oq«jù-u-oqu-oqu-oqu-oqu-o qq@ x„qgo.string."func(*uint8) *go1.JSONResponse"-o(qqx-oqq x-oqu-o q func(*ui-oq nt8) *go-oq 1.JSONRe-o$q sponse-o*qu6o -q0u„qweak.type.*func(*uint8) *"".JSONResponse-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqqpx-o`qu-odqu-ohqq x-opqq*x6o -qxu„qtype.func(*uint8, *uint8, *bytes.Buffer) io.Reader-oqqx-oqqx-oqu-oqEø‹Ôu-oqu-oqu-oqu-oqu-o qq@ x„qgo.string."func(*uint8, *uint8, *bytes.Buffer) io.Reader"-o(qqx-oqq x-oq-u-o q func(*ui-oq nt8, *ui-oq nt8, *by-o$q tes.Buff-o,q er) io.R-o4q eader-o9qu6o -q@u„q weak.type.*func(*uint8, *uint8, *bytes.Buffer) io.Reader-o8qq x-o@qu-oHqqhx-oPqu-oTqu-oXqq€x-o`qu-odqu-ohqq x-opqq x-oxqq -x„q!type.io.Reader-o€qq!x6o -qˆu„q"type.func(io.Reader) *encoding/gob.Decoder-o"qqx-o"qq"x-o"qu-o"q|ƒ0u-o"qu-o"qu-o"qu-o"qu„q#runtime.algarray-o "qq@#x„q$go.string."func(io.Reader) *gob.Decoder"-o("qq$x-o$qq $x-o$qu-o $q func(io.-o$q Reader) -o$q *gob.Dec-o$$q oder-o($qu6o -$q0u„q%weak.type.*func(io.Reader) *encoding/gob.Decoder-o8"qq%x-o@"qu-oH"qqh"x-oP"qu-oT"qu-oX"qqp"x-o`"qu-od"qu-oh"qq!x„q&type.*encoding/gob.Decoder-op"qq&x6o -"qxu„q'type.func(interface {}, interface {}) bool-o'qqx-o'qq'x-o'qu-o'qEf"¨¼u-o'qu-o'qu-o'qu-o'qu-o 'qq@#x„q(go.string."func(interface {}, interface {}) bool"-o('qq(x-o(qq (x-o(q%u-o (q func(int-o(q erface {-o(q }, inter-o$(q face {})-o,(q bool-o1(qu6o -(q8u„q)weak.type.*func(interface {}, interface {}) bool-o8'qq)x-o@'qu-oH'qqh'x-oP'qu-oT'qu-oX'qqx'x-o`'qu-od'qu-oh'qqx-op'qqx„q*type.bool-ox'qq*x6o -'q€u„q+type.func(*uint8, "".JSONResponse) interface {}-o+qqx-o+qq+x-o+qu-o+q࿘u-o+qu-o+qu-o+qu-o+qu-o +qq@#x„q,go.string."func(*uint8, go1.JSONResponse) interface {}"-o(+qq,x-o,qq ,x-o,q+u-o ,q func(*ui-o,q nt8, go1-o,q .JSONRes-o$,q ponse) i-o,,q nterface-o4,q {}-o7,qu6o -,q8u„q-weak.type.*func(*uint8, "".JSONResponse) interface {}-o8+qq-x-o@+qu-oH+qqh+x-oP+qu-oT+qu-oX+qqx+x-o`+qu-od+qu-oh+qq x„q.type."".JSONResponse-op+qq.x-ox+qqx6o -+q€u„q/type.[]interface {}„q0type.*runtime.SliceType-o/qq0x-o/qq/x-o/qu-o/qp“ê/u-o/qu-o/qu-o/qu-o/qu-o /qqà#x„q1go.string."[]interface {}"-o(/qq1x-o1qq 1x-o1qu-o 1q []interf-o1q ace {}-o1qu6o -1q u„qweak.type.*[]interface {}-o8/qqx-o@/qqx6o -/qHu„qtype.func(string, ...interface {})-oqqx-oqqx-oqu-oqEõµ@µu-oqu-oqu-oqu-oqu-o qq@#x„qgo.string."func(string, ...interface {})"-o(qqx-oqq x-oqu-o q func(str-oq ing, ...-oq interfac-o$q e {})-o)qu6o -q0u„qweak.type.*func(string, ...interface {})-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqqxx-o`qu-odqu„qtype.string-ohqqx-opqq/x6o -qxu„qtype.func(interface {}) ([]uint8, error)„qtype.*runtime.FuncType-oqqx-oqqx-oqu-oqE3*Ûu-oqu-oqu-oqu-oqu-o qq@#x„qgo.string."func(interface {}) ([]uint8, error)"-o(qqx-oqq x-oq#u-o q func(int-oq erface {-oq }) ([]ui-o$q nt8, err-o,q or)-o/qu6o -q0u„q weak.type.*func(interface {}) ([]uint8, error)-o8qq x-o@qu-oHqqhx-oPqu-oTqu-oXqqpx-o`qu-odqu-ohqqx„q -type.[]uint8-opqq -x-oxqqx6o -q€u„q type.func(*uint8, []uint8) interface {}-o qqx-o qq x-o qu-o qEæšþÕu-o qu-o qu-o qu-o qu-o qq@#x„q go.string."func(*uint8, []uint8) interface {}"-o( qq x-o qq x-o q"u-o q func(*ui-o q nt8, []u-o q int8) in-o$ q terface -o, q {}-o. qu6o - q0u„q weak.type.*func(*uint8, []uint8) interface {}-o8 qq x-o@ qu-oH qqh x-oP qu-oT qu-oX qqx x-o` qu-od qu„qtype.*uint8-oh qqx-op qq -x-ox qqx6o - q€u„qtype.func(*"".JSONNode) *"".JSONNode-oqqx-oqqx-oqu-oqEF6ͼu-oqu-oqu-oqu-oqu-o qq@#x„qgo.string."func(*go1.JSONNode) *go1.JSONNode"-o(qqx-oqq x-oq!u-o q func(*go-oq 1.JSONNo-oq de) *go1-o$q .JSONNod-o,q e-o-qu6o -q0u„qweak.type.*func(*"".JSONNode) *"".JSONNode-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqqpx-o`qu-odqu„qtype.*"".JSONNode-ohqqx-opqqx6o -qxu„qtype.func(*uint8) *"".JSONNode-oqqx-oqqx-oqu-oqE†§u-oqu-oqu-oqu-oqu-o qq@#x„qgo.string."func(*uint8) *go1.JSONNode"-o(qqx-oqq x-oqu-o q func(*ui-oq nt8) *go-oq 1.JSONNo-o$q de-o&qu6o -q(u„qweak.type.*func(*uint8) *"".JSONNode-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqqpx-o`qu-odqu-ohqqx-opqqx6o -qxu„qtype.**"".JSONResponse„qtype.*runtime.PtrType-oqqx-oqqx-oqu-oqEo²‘ˆu-oqu-oqu-oqu-oqu-o qq€#x„qgo.string."**go1.JSONResponse"-o(qqx-oqq x-oqu-o q **go1.JS-oq ONRespon-oq se-oqu6o -q u„qweak.type.***"".JSONResponse-o8qqx„qtype.*"".JSONResponse-o@qqx6o -qHu„qtype.func(*uint8, **"".JSONResponse) interface {}-oqqx-oqqx-oqu-oqè„êJu-oqu-oqu-oqu-oqu-o qq@#x„qgo.string."func(*uint8, **go1.JSONResponse) interface {}"-o(qqx-oqq x-oq-u-o q func(*ui-oq nt8, **g-oq o1.JSONR-o$q esponse)-o,q interfa-o4q ce {}-o9qu6o -q@u„qweak.type.*func(*uint8, **"".JSONResponse) interface {}-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqqxx-o`qu-odqu-ohqqx-opqqx„qtype.interface {}-oxqqx6o -q€u„qtype.func(io.Writer) (*compress/gzip.Compressor, error)-oqqx-oqqx-oqu-oqø»u-oqu-oqu-oqu-oqu-o qq@#x„q go.string."func(io.Writer) (*gzip.Compressor, error)"-o(qq x-o qq x-o q)u-o q func(io.-o q Writer) -o q (*gzip.C-o$ q ompresso-o, q r, error-o4 q )-o5 qu6o - q8u„q!weak.type.*func(io.Writer) (*compress/gzip.Compressor, error)-o8qq!x-o@qu-oHqqhx-oPqu-oTqu-oXqqpx-o`qu-odqu„q"type.io.Writer-ohqq"x„q#type.*compress/gzip.Compressor-opqq#x„q$type.error-oxqq$x6o -q€u„q%type.func(io.Reader) (*compress/gzip.Decompressor, error)-o%qqx-o%qq%x-o%qu-o%qÙ1.u-o%qu-o%qu-o%qu-o%qu„q&runtime.algarray-o %qq@&x„q'go.string."func(io.Reader) (*gzip.Decompressor, error)"-o(%qq'x-o'qq 'x-o'q+u-o 'q func(io.-o'q Reader) -o'q (*gzip.D-o$'q ecompres-o,'q sor, err-o4'q or)-o7'qu6o -'q8u„q(weak.type.*func(io.Reader) (*compress/gzip.Decompressor, error)-o8%qq(x-o@%qu-oH%qqh%x-oP%qu-oT%qu-oX%qqp%x-o`%qu-od%qu„q)type.io.Reader-oh%qq)x„q*type.*compress/gzip.Decompressor-op%qq*x-ox%qq$x6o -%q€u„q+type.func(*uint8, *uint8, *compress/gzip.Decompressor) io.Reader-o+qqx-o+qq+x-o+qu-o+qtÒ¼u-o+qu-o+qu-o+qu-o+qu-o +qq@&x„q,go.string."func(*uint8, *uint8, *gzip.Decompressor) io.Reader"-o(+qq,x-o,qq ,x-o,q2u-o ,q func(*ui-o,q nt8, *ui-o,q nt8, *gz-o$,q ip.Decom-o,,q pressor)-o4,q io.Read-o<,q er-o>,qu6o -,q@u„q-weak.type.*func(*uint8, *uint8, *compress/gzip.Decompressor) io.Reader-o8+qq-x-o@+qu-oH+qqh+x-oP+qu-oT+qu-oX+qq€+x-o`+qu-od+qu-oh+qqx-op+qqx-ox+qq*x-o€+qq)x6o -+qˆu„q.type.func(io.Writer, io.Reader) (int64, error)-o.qqx-o.qq.x-o.qu-o.qqQ!u-o.qu-o.qu-o.qu-o.qu-o .qq@&x„q/go.string."func(io.Writer, io.Reader) (int64, error)"-o(.qq/x-o/qq /x-o/q)u-o /q func(io.-o/q Writer, -o/q io.Reade-o$/q r) (int6-o,/q 4, error-o4/q )-o5/qu6o -/q8u„q0weak.type.*func(io.Writer, io.Reader) (int64, error)-o8.qq0x-o@.qu-oH.qqh.x-oP.qu-oT.qu-oX.qqx.x-o`.qu-od.qu-oh.qq"x-op.qq)x„q1type.int64-ox.qq1x-o€.qq$x6o -.qˆu„qtype.func(*uint8) *strings.Reader-oqqx-oqqx-oqu-oqE‡J¿Íu-oqu-oqu-oqu-oqu-o qq@&x„qgo.string."func(*uint8) *strings.Reader"-o(qqx-oqq x-oqu-o q func(*ui-oq nt8) *st-oq rings.Re-o$q ader-o(qu6o -q0u„qweak.type.*func(*uint8) *strings.Reader-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqqpx-o`qu-odqu-ohqqx„qtype.*strings.Reader-opqqx6o -qxu„qtype.func(*uint8, *uint8, *strings.Reader) io.Reader-oqqx-oqqx-oqu-oqEhEš°u-oqu-oqu-oqu-oqu-o qq@&x„qgo.string."func(*uint8, *uint8, *strings.Reader) io.Reader"-o(qqx-oqq x-oq/u-o q func(*ui-oq nt8, *ui-oq nt8, *st-o$q rings.Re-o,q ader) io-o4q .Reader-o;qu6o -q@u„qweak.type.*func(*uint8, *uint8, *strings.Reader) io.Reader-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqq€x-o`qu-odqu-ohqqx-opqqx-oxqqx-o€qq)x6o -qˆu„qtype.func(*uint8) *encoding/base64.decoder„q type.*runtime.FuncType-oqq x-oqqx-oqu-oq^G“u-oqu-oqu-oqu-oqu-o qq@&x„q -go.string."func(*uint8) *base64.decoder"-o(qq -x-o -qq -x-o -qu-o -q func(*ui-o -q nt8) *ba-o -q se64.dec-o$ -q oder-o( -qu6o - -q0u„q weak.type.*func(*uint8) *encoding/base64.decoder-o8qq x-o@qu-oHqqhx-oPqu-oTqu-oXqqpx-o`qu-odqu-ohqqx„q type.*encoding/base64.decoder-opqq x6o -qxu„q type.func(*uint8, *uint8, *encoding/base64.decoder) io.Reader-o qq x-o qq x-o qu-o qdkP"u-o qu-o qu-o qu-o qu-o qq@&x„qgo.string."func(*uint8, *uint8, *base64.decoder) io.Reader"-o( qqx-oqq x-oq/u-o q func(*ui-oq nt8, *ui-oq nt8, *ba-o$q se64.dec-o,q oder) io-o4q .Reader-o;qu6o -q@u„qweak.type.*func(*uint8, *uint8, *encoding/base64.decoder) io.Reader-o8 qqx-o@ qu-oH qqh x-oP qu-oT qu-oX qq€ x-o` qu-od qu„qtype.*uint8-oh qqx-op qqx-ox qq x-o€ qq)x6o - qˆu„qtype.func(io.Reader) io.Reader-oqq x-oqqx-oqu-oq)|2[u-oqu-oqu-oqu-oqu-o qq@&x„qgo.string."func(io.Reader) io.Reader"-o(qqx-oqq x-oqu-o q func(io.-oq Reader) -oq io.Reade-o$q r-o%qu6o -q(u„qweak.type.*func(io.Reader) io.Reader-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqqpx-o`qu-odqu-ohqq)x-opqq)x6o -qxu„qtype.func(io.Reader) ([]uint8, error)-oqq x-oqqx-oqu-oqBÊ9u-oqu-oqu-oqu-oqu-o qq@&x„qgo.string."func(io.Reader) ([]uint8, error)"-o(qqx-oqq x-oq u-o q func(io.-oq Reader) -oq ([]uint8-o$q , error)-o,qu6o -q0u„qweak.type.*func(io.Reader) ([]uint8, error)-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqqpx-o`qu-odqu-ohqq)x„qtype.[]uint8-opqqx-oxqq$x6o -q€u„qtype.func([]uint8, interface {}) error-oqq x-oqqx-oqu-oqlÅîu-oqu-oqu-oqu-oqu-o qq@&x„qgo.string."func([]uint8, interface {}) error"-o(qqx-oqq x-oq!u-o q func([]u-oq int8, in-oq terface -o$q {}) erro-o,q r-o-qu6o -q0u„qweak.type.*func([]uint8, interface {}) error-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqqxx-o`qu-odqu-ohqqx-opqqx-oxqq$x6o -q€u„qtype.func([]uint8)-oqq x-oqqx-oqu-oqE§{í·u-oqu-oqu-oqu-oqu-o qq@&x„qgo.string."func([]uint8)"-o(qqx-oqq x-oq u-o q func([]u-oq int8)-oqu6o -q u„qweak.type.*func([]uint8)-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqqpx-o`qu-odqu-ohqqx6o -qpu„qtype.func(io.Reader) *bufio.Reader-oqq x-oqqx-oqu-oqEžñ!Åu-oqu-oqu-oqu-oqu-o qq@&x„qgo.string."func(io.Reader) *bufio.Reader"-o(qqx-oqq x-oqu-o q func(io.-oq Reader) -oq *bufio.R-o$q eader-o)qu6o -q0u„q weak.type.*func(io.Reader) *bufio.Reader-o8qq x-o@qu-oHqqhx-oPqu-oTqu-oXqqpx-o`qu-odqu-ohqq)x„q!type.*bufio.Reader-opqq!x6o -qxu„q"type.[256]uint8„q#type.*runtime.ArrayType-o"qq#x-o"qq"x-o"qu-o"qEž°ÿu-o"qu-o"qu-o"qu-o"q‘u-o "qq&x„q$go.string."[256]uint8"-o("qq$x-o$qq $x-o$q -u-o $q [256]uin-o$q t8-o$qu6o -$qu„q%weak.type.*[256]uint8-o8"qq%x„q&type.uint8-o@"qq&x-oH"qqx-oP"qu6o -"qXu„q'type.func(int32) int32-o'qq x-o'qq'x-o'qu-o'qˆ1 7u-o'qu-o'qu-o'qu-o'qu„q(runtime.algarray-o 'qq@(x„q)go.string."func(int32) int32"-o('qq)x-o)qq )x-o)qu-o )q func(int-o)q 32) int3-o)q 2-o)qu6o -)q u„q*weak.type.*func(int32) int32-o8'qq*x-o@'qu-oH'qqh'x-oP'qu-oT'qu-oX'qqp'x-o`'qu-od'qu„q+type.int32-oh'qq+x-op'qq+x6o -'qxu„q,type.func([]uint8, []uint8) bool-o,qq x-o,qq,x-o,qu-o,qw£+ u-o,qu-o,qu-o,qu-o,qu-o ,qq@(x„q-go.string."func([]uint8, []uint8) bool"-o(,qq-x-o-qq -x-o-qu-o -q func([]u-o-q int8, []-o-q uint8) b-o$-q ool-o'-qu6o --q(u„q.weak.type.*func([]uint8, []uint8) bool-o8,qq.x-o@,qu-oH,qqh,x-oP,qu-oT,qu-oX,qqx,x-o`,qu-od,qu-oh,qqx-op,qqx„q/type.bool-ox,qq/x6o -,q€u„q0type.func(int64)-o0qq x-o0qq0x-o0qu-o0q!æx&u-o0qu-o0qu-o0qu-o0qu-o 0qq@(x„q1go.string."func(int64)"-o(0qq1x-o1qq 1x-o1q u-o 1q func(int-o1q 64)-o1qu6o -1qu„qweak.type.*func(int64)-o80qqx-o@0qu-oH0qqh0x-oP0qu-oT0qu-oX0qqp0x-o`0qu-od0qu„qtype.int64-oh0qqx6o -0qpu„qtype.func([]uint8, int) []uint8-oqq x-oqqx-oqu-oq±¿9ku-oqu-oqu-oqu-oqu-o qq@(x„qgo.string."func([]uint8, int) []uint8"-o(qqx-oqq x-oqu-o q func([]u-oq int8, in-oq t) []uin-o$q t8-o&qu6o -q(u„qweak.type.*func([]uint8, int) []uint8-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqqxx-o`qu-odqu-ohqqx„qtype.int-opqqx-oxqqx6o -q€u„qtype.func(string) *text/template.Template-oqq x-oqqx-oqu-oqE9èb¨u-oqu-oqu-oqu-oqu-o qq@(x„qgo.string."func(string) *template.Template"-o(qqx-oqq x-oqu-o q func(str-oq ing) *te-oq mplate.T-o$q emplate-o+qu6o -q0u„q weak.type.*func(string) *text/template.Template-o8qq x-o@qu-oHqqhx-oPqu-oTqu-oXqqpx-o`qu-odqu„q -type.string-ohqq -x„q type.*text/template.Template-opqq x6o -qxu„q type.func(func(int32) int32, string) string„q type.*runtime.FuncType-o qq x-o qq x-o qu-o qE×áÚu-o qu-o qu-o qu-o qu-o qq@(x„qgo.string."func(func(int32) int32, string) string"-o( qqx-oqq x-oq&u-o q func(fun-oq c(int32)-oq int32, -o$q string) -o,q string-o2qu6o -q8u„qweak.type.*func(func(int32) int32, string) string-o8 qqx-o@ qu-oH qqh x-oP qu-oT qu-oX qqx x-o` qu-od qu-oh qq'x-op qq -x-ox qq -x6o - q€u„qtype.func(*text/template.Template, error) *text/template.Template-oqq x-oqqx-oqu-oqE½®Ã¦u-oqu-oqu-oqu-oqu-o qq@(x„qgo.string."func(*template.Template, error) *template.Template"-o(qqx-oqq x-oq2u-o q func(*te-oq mplate.T-oq emplate,-o$q error) -o,q *templat-o4q e.Templa-o<q te-o>qu6o -q@u„qweak.type.*func(*text/template.Template, error) *text/template.Template-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqqxx-o`qu-odqu-ohqq x„qtype.error-opqqx-oxqq x6o -q€u„qtype.func(*uintptr, uintptr, *"".JSONResponse)-oqq x-oqqx-oqu-oqE·a՝u-oqu-oqu-oqu-oqu-o qq@(x„qgo.string."func(*uintptr, uintptr, *go1.JSONResponse)"-o(qqx-oqq x-oq*u-o q func(*ui-oq ntptr, u-oq intptr, -o$q *go1.JSO-o,q NRespons-o4q e)-o6qu6o -q8u„qweak.type.*func(*uintptr, uintptr, *"".JSONResponse)-o8qqx-o@qu-oHqqhx-oPqu-oTqu-oXqq€x-o`qu-odqu„qtype.*uintptr-ohqqx„qtype.uintptr-opqqx„qtype.*"".JSONResponse-oxqqx6o -q€u„qtype.**"".JSONNode„qtype.*runtime.PtrType-oqqx-oqqx-oqu-oqË(MFu-oqu-oqu-oqu-oqu-o qq€(x„qgo.string."**go1.JSONNode"-o(qqx-oqq x-oqu-o q **go1.JS-oq ONNode-oqu6o -q u„qweak.type.***"".JSONNode-o8qqx„qtype.*"".JSONNode-o@qqx6o -qHu„qtype.func(*uintptr, uintptr, **"".JSONNode)-oqq x-oqqx-oqu-oqEôb¢…u-oqu-oqu-oqu-oqu-o qq@(x„q go.string."func(*uintptr, uintptr, **go1.JSONNode)"-o(qq x-o qq x-o q'u-o q func(*ui-o q ntptr, u-o q intptr, -o$ q **go1.JS-o, q ONNode)-o3 qu6o - q8u„q!weak.type.*func(*uintptr, uintptr, **"".JSONNode)-o8qq!x-o@qu-oHqqhx-oPqu-oTqu-oXqq€x-o`qu-odqu-ohqqx-opqqx-oxqqx6o -q€u„q"type.func(*uintptr, uintptr, *string)-o"qq x-o"qq"x-o"qu-o"qE{ó‚˜u-o"qu-o"qu-o"qu-o"qu-o "qq@(x„q#go.string."func(*uintptr, uintptr, *string)"-o("qq#x-o#qq #x-o#q u-o #q func(*ui-o#q ntptr, u-o#q intptr, -o$#q *string)-o,#qu6o -#q0u„q$weak.type.*func(*uintptr, uintptr, *string)-o8"qq$x-o@"qu-oH"qqh"x-oP"qu-oT"qu-oX"qq€"x-o`"qu-od"qu-oh"qqx-op"qqx„q%type.*string-ox"qq%x6o -"q€u„q&type.func(*bool, uintptr, *"".JSONResponse, *"".JSONResponse)-o&qq x-o&qq&x-o&qu-o&qEâÆl”u-o&qu-o&qu-o&qu-o&qu-o &qq@(x„q'go.string."func(*bool, uintptr, *go1.JSONResponse, *go1.JSONResponse)"-o(&qq'x-o'qq 'x-o'q:u-o 'q func(*bo-o'q ol, uint-o'q ptr, *go-o$'q 1.JSONRe-o,'q sponse, -o4'q *go1.JSO-o<'q NRespons-oD'q e)-oF'qu6o -'qHu„q(weak.type.*func(*bool, uintptr, *"".JSONResponse, *"".JSONResponse)-o8&qq(x-o@&qu-oH&qqh&x-oP&qu-oT&qu-oX&qqˆ&x-o`&qu-od&qu„q)type.*bool-oh&qq)x-op&qqx-ox&qqx-o€&qqx6o -&qˆu„q*type.func(string, string) int-o*qq x-o*qq*x-o*qu-o*qE6Ìu-o*qu-o*qu-o*qu-o*qu„q+runtime.algarray-o *qq@+x„q,go.string."func(string, string) int"-o(*qq,x-o,qq ,x-o,qu-o ,q func(str-o,q ing, str-o,q ing) int-o$,qu6o -,q(u„q-weak.type.*func(string, string) int-o8*qq-x-o@*qu-oH*qqh*x-oP*qu-oT*qu-oX*qqx*x-o`*qu-od*qu-oh*qq -x-op*qq -x-ox*qqx6o -*q€u„q.go.importpath.log.„q/go.string."log"-o.qq /x-o/qq /x-o/qu-o /q log-o/qu6o -/qu-o.qu6o -.qu„q0go.importpath.io/ioutil.„q1go.string."io/ioutil"-o0qq 1x-o1qq 1x-o1q u-o 1q io/iouti-o1q l-o1qu6o -1qu-o0q u6o -0qu„qgo.importpath.runtime.„qgo.string."runtime"-oqq x-oqq x-oqu-o q runtime-oqu6o -qu-oqu6o -qu„qgo.importpath.bufio.„qgo.string."bufio"-oqq x-oqq x-oqu-o q bufio-oqu6o -qu-oqu6o -qu„qgo.importpath.compress/bzip2.„qgo.string."compress/bzip2"-oqq x-oqq x-oqu-o q compress-oq /bzip2-oqu6o -q u-oqu6o -qu„qgo.importpath.io.„qgo.string."io"-oqq x-oqq x-oqu-o q io-oqu6o -qu-oqu6o -qu„q go.importpath.compress/gzip.„q -go.string."compress/gzip"-o qq -x-o -qq -x-o -q u-o -q compress-o -q /gzip-o -qu6o - -q u-o q u6o - qu„q go.importpath.testing.„q go.string."testing"-o qq x-o qq x-o qu-o q testing-o qu6o - qu-o qu6o - qu„q go.importpath.encoding/base64.„qgo.string."encoding/base64"-o qq x-oqq x-oqu-o q encoding-oq /base64-oqu6o -q u-o qu6o - qu„qgo.importpath.strings.„qgo.string."strings"-oqq x-oqq x-oqu-o q strings-oqu6o -qu-oqu6o -qu„qgo.importpath.encoding/gob.„qgo.string."encoding/gob"-oqq x-oqq x-oq u-o q encoding-oq /gob-oqu6o -q u-oq u6o -qu„qgo.importpath.reflect.„qgo.string."reflect"-oqq x-oqq x-oqu-o q reflect-oqu6o -qu-oqu6o -qu„qgo.importpath.text/template.„qgo.string."text/template"-oqq x-oqq x-oq u-o q text/tem-oq plate-oqu6o -q u-oq u6o -qu„qgo.importpath.encoding/json.„qgo.string."encoding/json"-oqq x-oqq x-oq u-o q encoding-oq /json-oqu6o -q u-oq u6o -qu„qgo.importpath.bytes.„qgo.string."bytes"-oqq x-oqq x-oqu-o q bytes-oqu6o -qu-oqu6o -quP \ No newline at end of file diff --git a/gcc/testsuite/go.test/test/bench/go1/_testmain.6 b/gcc/testsuite/go.test/test/bench/go1/_testmain.6 deleted file mode 100644 index 2920de0f03f..00000000000 --- a/gcc/testsuite/go.test/test/bench/go1/_testmain.6 +++ /dev/null @@ -1,261 +0,0 @@ -go object linux amd64 weekly.2012-01-15 11312+ X:none - exports automatically generated from - _testmain.go in package "main" - -$$ // exports - package main - import runtime "runtime" - import go1 "go1" - import testing "testing" - import regexp "regexp" - import time "time" // indirect - type @"time".zone struct { @"time".name string; @"time".offset int; @"time".isDST bool } - type @"time".zoneTrans struct { @"time".when int64; @"time".index uint8; @"time".isstd bool; @"time".isutc bool } - type @"time".Location struct { @"time".name string; @"time".zone []@"time".zone; @"time".tx []@"time".zoneTrans; @"time".cacheStart int64; @"time".cacheEnd int64; @"time".cacheZone *@"time".zone } - func (@"time".l *@"time".Location) String() (? string) - func (@"time".l *@"time".Location) @"time".get() (? *@"time".Location) - func (@"time".l *@"time".Location) @"time".lookup(@"time".sec int64) (@"time".name string, @"time".offset int, @"time".isDST bool, @"time".start int64, @"time".end int64) - func (@"time".l *@"time".Location) @"time".lookupName(@"time".name string "noescape") (@"time".offset int, @"time".isDST bool, @"time".ok bool) - func (@"time".l *@"time".Location) @"time".lookupOffset(@"time".offset int) (@"time".name string, @"time".isDST bool, @"time".ok bool) - type @"time".Duration int64 - func (@"time".d @"time".Duration) Hours() (? float64) - func (@"time".d @"time".Duration) Minutes() (? float64) - func (@"time".d @"time".Duration) Nanoseconds() (? int64) { return int64(@"time".d) } - func (@"time".d @"time".Duration) Seconds() (? float64) - func (@"time".d @"time".Duration) String() (? string) - type @"time".Month int - func (@"time".m @"time".Month) String() (? string) { return @"time".months[@"time".m - @"time".Month(1)] } - type @"time".Weekday int - func (@"time".d @"time".Weekday) String() (? string) { return @"time".days[@"time".d] } - type @"time".Time struct { @"time".sec int64; @"time".nsec int32; @"time".loc *@"time".Location } - func (@"time".t @"time".Time) Add(@"time".d @"time".Duration) (? @"time".Time) - func (@"time".t @"time".Time) AddDate(@"time".years int, @"time".months int, @"time".days int) (? @"time".Time) - func (@"time".t @"time".Time "noescape") After(@"time".u @"time".Time "noescape") (? bool) { return @"time".t.@"time".sec > @"time".u.@"time".sec || @"time".t.@"time".sec == @"time".u.@"time".sec && @"time".t.@"time".nsec > @"time".u.@"time".nsec } - func (@"time".t @"time".Time "noescape") Before(@"time".u @"time".Time "noescape") (? bool) { return @"time".t.@"time".sec < @"time".u.@"time".sec || @"time".t.@"time".sec == @"time".u.@"time".sec && @"time".t.@"time".nsec < @"time".u.@"time".nsec } - func (@"time".t @"time".Time) Clock() (@"time".hour int, @"time".min int, @"time".sec int) - func (@"time".t @"time".Time) Date() (@"time".year int, @"time".month @"time".Month, @"time".day int) - func (@"time".t @"time".Time) Day() (? int) - func (@"time".t @"time".Time "noescape") Equal(@"time".u @"time".Time "noescape") (? bool) { return @"time".t.@"time".sec == @"time".u.@"time".sec && @"time".t.@"time".nsec == @"time".u.@"time".nsec } - func (@"time".t @"time".Time) Format(@"time".layout string) (? string) - func (@"time".t *@"time".Time "noescape") GobDecode(@"time".buf []byte "noescape") (? error) - func (@"time".t @"time".Time) GobEncode() (? []byte, ? error) - func (@"time".t @"time".Time) Hour() (? int) - func (@"time".t @"time".Time) ISOWeek() (@"time".year int, @"time".week int) - func (@"time".t @"time".Time) In(@"time".loc *@"time".Location) (? @"time".Time) - func (@"time".t @"time".Time "noescape") IsZero() (? bool) { return @"time".t.@"time".sec == 0 && @"time".t.@"time".nsec == 0 } - func (@"time".t @"time".Time) Local() (? @"time".Time) - func (@"time".t @"time".Time) Location() (? *@"time".Location) - func (@"time".t @"time".Time) MarshalJSON() (? []byte, ? error) - func (@"time".t @"time".Time) Minute() (? int) - func (@"time".t @"time".Time) Month() (? @"time".Month) - func (@"time".t @"time".Time "noescape") Nanosecond() (? int) { return int(@"time".t.@"time".nsec) } - func (@"time".t @"time".Time) Second() (? int) - func (@"time".t @"time".Time) String() (? string) - func (@"time".t @"time".Time "noescape") Sub(@"time".u @"time".Time "noescape") (? @"time".Duration) { return @"time".Duration(@"time".t.@"time".sec - @"time".u.@"time".sec) * @"time".Duration(1000000000) + @"time".Duration(@"time".t.@"time".nsec - @"time".u.@"time".nsec) } - func (@"time".t @"time".Time) UTC() (? @"time".Time) - func (@"time".t @"time".Time "noescape") Unix() (? int64) { return @"time".t.@"time".sec + -62135596800 } - func (@"time".t @"time".Time "noescape") UnixNano() (? int64) { return (@"time".t.@"time".sec + -62135596800) * 1000000000 + int64(@"time".t.@"time".nsec) } - func (@"time".t *@"time".Time "noescape") UnmarshalJSON(@"time".data []byte "noescape") (@"time".err error) - func (@"time".t @"time".Time) Weekday() (? @"time".Weekday) - func (@"time".t @"time".Time) Year() (? int) - func (@"time".t @"time".Time) Zone() (@"time".name string, @"time".offset int) - func (@"time".t @"time".Time) @"time".abs() (? uint64) - func (@"time".t @"time".Time) @"time".date(@"time".full bool) (@"time".year int, @"time".month @"time".Month, @"time".day int, @"time".yday int) - type @"testing".common struct { @"testing".output []byte; @"testing".failed bool; @"testing".start @"time".Time; @"testing".duration @"time".Duration; @"testing".self interface {}; @"testing".signal chan interface {} } - func (@"testing".c *@"testing".common "noescape") Error(@"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Errorf(@"testing".format string "noescape", @"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Fail() { @"testing".c.@"testing".failed = true } - func (@"testing".c *@"testing".common "noescape") FailNow() - func (@"testing".c *@"testing".common "noescape") Failed() (? bool) { return @"testing".c.@"testing".failed } - func (@"testing".c *@"testing".common "noescape") Fatal(@"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Fatalf(@"testing".format string "noescape", @"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Log(@"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") Logf(@"testing".format string "noescape", @"testing".args ...interface {} "noescape") - func (@"testing".c *@"testing".common "noescape") @"testing".log(@"testing".s string) - type @"testing".T struct { ? @"testing".common; @"testing".name string; @"testing".startParallel chan bool } - func (@"testing".t *@"testing".T "noescape") Parallel() - func (@"testing".t *@"testing".T "noescape") @"testing".report() - type @"testing".InternalTest struct { Name string; F func(? *@"testing".T) } - var @"".tests []@"testing".InternalTest - type @"testing".BenchmarkResult struct { N int; T @"time".Duration; Bytes int64 } - func (@"testing".r @"testing".BenchmarkResult) NsPerOp() (? int64) - func (@"testing".r @"testing".BenchmarkResult) String() (? string) - func (@"testing".r @"testing".BenchmarkResult) @"testing".mbPerSec() (? float64) - type @"testing".B struct { ? @"testing".common; N int; @"testing".benchmark @"testing".InternalBenchmark; @"testing".bytes int64; @"testing".timerOn bool; @"testing".result @"testing".BenchmarkResult } - func (@"testing".b *@"testing".B "noescape") ResetTimer() - func (@"testing".b *@"testing".B "noescape") SetBytes(@"testing".n int64) { @"testing".b.@"testing".bytes = @"testing".n } - func (@"testing".b *@"testing".B "noescape") StartTimer() - func (@"testing".b *@"testing".B "noescape") StopTimer() - func (@"testing".b *@"testing".B) @"testing".launch() - func (@"testing".b *@"testing".B "noescape") @"testing".nsPerOp() (? int64) - func (@"testing".b *@"testing".B) @"testing".run() (? @"testing".BenchmarkResult) - func (@"testing".b *@"testing".B) @"testing".runN(@"testing".n int) - func (@"testing".b *@"testing".B "noescape") @"testing".trimOutput() - type @"testing".InternalBenchmark struct { Name string; F func(@"testing".b *@"testing".B) } - var @"".benchmarks []@"testing".InternalBenchmark - type @"testing".InternalExample struct { Name string; F func(); Output string } - var @"".examples []@"testing".InternalExample - var @"".matchPat string - import syntax "regexp/syntax" // indirect - type @"regexp/syntax".InstOp uint8 - type @"regexp/syntax".Inst struct { Op @"regexp/syntax".InstOp; Out uint32; Arg uint32; Rune []rune } - func (@"regexp/syntax".i *@"regexp/syntax".Inst "noescape") MatchEmptyWidth(@"regexp/syntax".before rune, @"regexp/syntax".after rune) (? bool) - func (@"regexp/syntax".i *@"regexp/syntax".Inst "noescape") MatchRune(@"regexp/syntax".r rune) (? bool) - func (@"regexp/syntax".i *@"regexp/syntax".Inst "noescape") String() (? string) - func (@"regexp/syntax".i *@"regexp/syntax".Inst "noescape") @"regexp/syntax".op() (? @"regexp/syntax".InstOp) - type @"regexp/syntax".EmptyOp uint8 - type @"regexp/syntax".Prog struct { Inst []@"regexp/syntax".Inst; Start int; NumCap int } - func (@"regexp/syntax".p *@"regexp/syntax".Prog "noescape") Prefix() (@"regexp/syntax".prefix string, @"regexp/syntax".complete bool) - func (@"regexp/syntax".p *@"regexp/syntax".Prog "noescape") StartCond() (? @"regexp/syntax".EmptyOp) - func (@"regexp/syntax".p *@"regexp/syntax".Prog "noescape") String() (? string) - func (@"regexp/syntax".p *@"regexp/syntax".Prog "noescape") @"regexp/syntax".skipNop(@"regexp/syntax".pc uint32) (? *@"regexp/syntax".Inst) - import sync "sync" // indirect - type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 } - func (@"sync".m *@"sync".Mutex) Lock() - func (@"sync".m *@"sync".Mutex) Unlock() - type @"regexp".thread struct { @"regexp".inst *@"regexp/syntax".Inst; @"regexp".cap []int } - type @"regexp".entry struct { @"regexp".pc uint32; @"regexp".t *@"regexp".thread } - type @"regexp".queue struct { @"regexp".sparse []uint32; @"regexp".dense []@"regexp".entry } - type @"regexp".inputBytes struct { @"regexp".str []byte } - func (@"regexp".i *@"regexp".inputBytes "noescape") @"regexp".canCheckPrefix() (? bool) { return true } - func (@"regexp".i *@"regexp".inputBytes "noescape") @"regexp".context(@"regexp".pos int) (? @"regexp/syntax".EmptyOp) - func (@"regexp".i *@"regexp".inputBytes "noescape") @"regexp".hasPrefix(@"regexp".re *@"regexp".Regexp "noescape") (? bool) - func (@"regexp".i *@"regexp".inputBytes "noescape") @"regexp".index(@"regexp".re *@"regexp".Regexp "noescape", @"regexp".pos int) (? int) - func (@"regexp".i *@"regexp".inputBytes "noescape") @"regexp".step(@"regexp".pos int) (? rune, ? int) - type @"regexp".inputString struct { @"regexp".str string } - func (@"regexp".i *@"regexp".inputString "noescape") @"regexp".canCheckPrefix() (? bool) { return true } - func (@"regexp".i *@"regexp".inputString "noescape") @"regexp".context(@"regexp".pos int) (? @"regexp/syntax".EmptyOp) - func (@"regexp".i *@"regexp".inputString "noescape") @"regexp".hasPrefix(@"regexp".re *@"regexp".Regexp "noescape") (? bool) - func (@"regexp".i *@"regexp".inputString "noescape") @"regexp".index(@"regexp".re *@"regexp".Regexp "noescape", @"regexp".pos int) (? int) - func (@"regexp".i *@"regexp".inputString "noescape") @"regexp".step(@"regexp".pos int) (? rune, ? int) - import io "io" // indirect - type @"io".RuneReader interface { ReadRune() (@"io".r rune, @"io".size int, @"io".err error) } - type @"regexp".inputReader struct { @"regexp".r @"io".RuneReader; @"regexp".atEOT bool; @"regexp".pos int } - func (@"regexp".i *@"regexp".inputReader "noescape") @"regexp".canCheckPrefix() (? bool) { return false } - func (@"regexp".i *@"regexp".inputReader "noescape") @"regexp".context(@"regexp".pos int) (? @"regexp/syntax".EmptyOp) { return @"regexp/syntax".EmptyOp(0) } - func (@"regexp".i *@"regexp".inputReader "noescape") @"regexp".hasPrefix(@"regexp".re *@"regexp".Regexp "noescape") (? bool) { return false } - func (@"regexp".i *@"regexp".inputReader "noescape") @"regexp".index(@"regexp".re *@"regexp".Regexp "noescape", @"regexp".pos int) (? int) { return -1 } - func (@"regexp".i *@"regexp".inputReader "noescape") @"regexp".step(@"regexp".pos int) (? rune, ? int) - type @"regexp".input interface { @"regexp".step(@"regexp".pos int) (@"regexp".r rune, @"regexp".width int); @"regexp".canCheckPrefix() (? bool); @"regexp".hasPrefix(@"regexp".re *@"regexp".Regexp) (? bool); @"regexp".index(@"regexp".re *@"regexp".Regexp, @"regexp".pos int) (? int); @"regexp".context(@"regexp".pos int) (? @"regexp/syntax".EmptyOp) } - type @"regexp".machine struct { @"regexp".re *@"regexp".Regexp; @"regexp".p *@"regexp/syntax".Prog; @"regexp".q0 @"regexp".queue; @"regexp".q1 @"regexp".queue; @"regexp".pool []*@"regexp".thread; @"regexp".matched bool; @"regexp".matchcap []int; @"regexp".inputBytes @"regexp".inputBytes; @"regexp".inputString @"regexp".inputString; @"regexp".inputReader @"regexp".inputReader } - func (@"regexp".m *@"regexp".machine "noescape") @"regexp".add(@"regexp".q *@"regexp".queue "noescape", @"regexp".pc uint32, @"regexp".pos int, @"regexp".cap []int "noescape", @"regexp".cond @"regexp/syntax".EmptyOp, @"regexp".t *@"regexp".thread) (? *@"regexp".thread) - func (@"regexp".m *@"regexp".machine "noescape") @"regexp".alloc(@"regexp".i *@"regexp/syntax".Inst) (? *@"regexp".thread) - func (@"regexp".m *@"regexp".machine "noescape") @"regexp".clear(@"regexp".q *@"regexp".queue "noescape") - func (@"regexp".m *@"regexp".machine "noescape") @"regexp".free(@"regexp".t *@"regexp".thread) - func (@"regexp".m *@"regexp".machine "noescape") @"regexp".init(@"regexp".ncap int) - func (@"regexp".m *@"regexp".machine "noescape") @"regexp".match(@"regexp".i @"regexp".input, @"regexp".pos int) (? bool) - func (@"regexp".m *@"regexp".machine) @"regexp".newInputBytes(@"regexp".b []byte) (? @"regexp".input) - func (@"regexp".m *@"regexp".machine) @"regexp".newInputReader(@"regexp".r @"io".RuneReader) (? @"regexp".input) - func (@"regexp".m *@"regexp".machine) @"regexp".newInputString(@"regexp".s string) (? @"regexp".input) - func (@"regexp".m *@"regexp".machine "noescape") @"regexp".step(@"regexp".runq *@"regexp".queue "noescape", @"regexp".nextq *@"regexp".queue "noescape", @"regexp".pos int, @"regexp".nextPos int, @"regexp".c rune, @"regexp".nextCond @"regexp/syntax".EmptyOp) - type @"regexp".Regexp struct { @"regexp".expr string; @"regexp".prog *@"regexp/syntax".Prog; @"regexp".prefix string; @"regexp".prefixBytes []byte; @"regexp".prefixComplete bool; @"regexp".prefixRune rune; @"regexp".cond @"regexp/syntax".EmptyOp; @"regexp".numSubexp int; @"regexp".longest bool; @"regexp".mu @"sync".Mutex; @"regexp".machine []*@"regexp".machine } - func (@"regexp".re *@"regexp".Regexp) Find(@"regexp".b []byte) (? []byte) - func (@"regexp".re *@"regexp".Regexp) FindAll(@"regexp".b []byte, @"regexp".n int) (? [][]byte) - func (@"regexp".re *@"regexp".Regexp) FindAllIndex(@"regexp".b []byte, @"regexp".n int) (? [][]int) - func (@"regexp".re *@"regexp".Regexp) FindAllString(@"regexp".s string, @"regexp".n int) (? []string) - func (@"regexp".re *@"regexp".Regexp) FindAllStringIndex(@"regexp".s string, @"regexp".n int) (? [][]int) - func (@"regexp".re *@"regexp".Regexp) FindAllStringSubmatch(@"regexp".s string, @"regexp".n int) (? [][]string) - func (@"regexp".re *@"regexp".Regexp) FindAllStringSubmatchIndex(@"regexp".s string, @"regexp".n int) (? [][]int) - func (@"regexp".re *@"regexp".Regexp) FindAllSubmatch(@"regexp".b []byte, @"regexp".n int) (? [][][]byte) - func (@"regexp".re *@"regexp".Regexp) FindAllSubmatchIndex(@"regexp".b []byte, @"regexp".n int) (? [][]int) - func (@"regexp".re *@"regexp".Regexp) FindIndex(@"regexp".b []byte) (@"regexp".loc []int) - func (@"regexp".re *@"regexp".Regexp) FindReaderIndex(@"regexp".r @"io".RuneReader) (? []int) - func (@"regexp".re *@"regexp".Regexp) FindReaderSubmatchIndex(@"regexp".r @"io".RuneReader) (? []int) - func (@"regexp".re *@"regexp".Regexp) FindString(@"regexp".s string) (? string) - func (@"regexp".re *@"regexp".Regexp) FindStringIndex(@"regexp".s string) (? []int) - func (@"regexp".re *@"regexp".Regexp) FindStringSubmatch(@"regexp".s string) (? []string) - func (@"regexp".re *@"regexp".Regexp) FindStringSubmatchIndex(@"regexp".s string) (? []int) - func (@"regexp".re *@"regexp".Regexp) FindSubmatch(@"regexp".b []byte) (? [][]byte) - func (@"regexp".re *@"regexp".Regexp) FindSubmatchIndex(@"regexp".b []byte) (? []int) - func (@"regexp".re *@"regexp".Regexp "noescape") LiteralPrefix() (@"regexp".prefix string, @"regexp".complete bool) { return @"regexp".re.@"regexp".prefix, @"regexp".re.@"regexp".prefixComplete } - func (@"regexp".re *@"regexp".Regexp) Match(@"regexp".b []byte) (? bool) - func (@"regexp".re *@"regexp".Regexp) MatchReader(@"regexp".r @"io".RuneReader) (? bool) - func (@"regexp".re *@"regexp".Regexp) MatchString(@"regexp".s string) (? bool) - func (@"regexp".re *@"regexp".Regexp "noescape") NumSubexp() (? int) { return @"regexp".re.@"regexp".numSubexp } - func (@"regexp".re *@"regexp".Regexp) ReplaceAll(@"regexp".src []byte, @"regexp".repl []byte "noescape") (? []byte) - func (@"regexp".re *@"regexp".Regexp) ReplaceAllFunc(@"regexp".src []byte, @"regexp".repl func(? []byte) (? []byte) "noescape") (? []byte) - func (@"regexp".re *@"regexp".Regexp) ReplaceAllString(@"regexp".src string, @"regexp".repl string "noescape") (? string) - func (@"regexp".re *@"regexp".Regexp) ReplaceAllStringFunc(@"regexp".src string, @"regexp".repl func(? string) (? string) "noescape") (? string) - func (@"regexp".re *@"regexp".Regexp "noescape") String() (? string) { return @"regexp".re.@"regexp".expr } - func (@"regexp".re *@"regexp".Regexp) @"regexp".allMatches(@"regexp".s string, @"regexp".b []byte, @"regexp".n int, @"regexp".deliver func(? []int) "noescape") - func (@"regexp".re *@"regexp".Regexp) @"regexp".doExecute(@"regexp".r @"io".RuneReader, @"regexp".b []byte, @"regexp".s string, @"regexp".pos int, @"regexp".ncap int) (? []int) - func (@"regexp".re *@"regexp".Regexp) @"regexp".get() (? *@"regexp".machine) - func (@"regexp".re *@"regexp".Regexp "noescape") @"regexp".pad(@"regexp".a []int) (? []int) - func (@"regexp".re *@"regexp".Regexp) @"regexp".put(@"regexp".z *@"regexp".machine) - var @"".matchRe *@"regexp".Regexp - func @"".matchString(@"".pat string, @"".str string) (@"".result bool, @"".err error) - func @"".main() - var @"".statictmp_0001 [0]@"testing".InternalTest - var @"".statictmp_0002 [10]@"testing".InternalBenchmark - var @"".statictmp_0003 [0]@"testing".InternalExample - var @"".initdone· uint8 - func @"".init() - var @"time".months [12]string - var @"time".days [7]string - -$$ // local types - -$$ - -! -„y