blob: 1634b1d53ea6bbd3d7ad65464242281a8a023f76 [file] [log] [blame]
!<arch>
__.PKGDEF 0 0 0 644 8760 `
go object windows amd64 go1.4.2 X:precisestack
$$
package textproto
import net "net"
import ioutil "io/ioutil"
import sync "sync"
import runtime "runtime"
import bufio "bufio"
import io "io"
import strconv "strconv"
import strings "strings"
import fmt "fmt"
import bytes "bytes"
type @"".MIMEHeader map[string][]string
func (@"".h·1 @"".MIMEHeader "esc:0x0") Add (@"".key·2 string, @"".value·3 string)
func (@"".h·1 @"".MIMEHeader "esc:0x0") Del (@"".key·2 string "esc:0x0")
func (@"".h·2 @"".MIMEHeader "esc:0x0") Get (@"".key·3 string "esc:0x0") (? string)
func (@"".h·1 @"".MIMEHeader "esc:0x0") Set (@"".key·2 string, @"".value·3 string)
type @"sync".Mutex struct { @"sync".state int32; @"sync".sema uint32 }
func (@"sync".m·1 *@"sync".Mutex) Lock ()
func (@"sync".m·1 *@"sync".Mutex) Unlock ()
type @"".sequencer struct { @"".mu @"sync".Mutex; @"".id uint; @"".wait map[uint]chan uint }
func (@"".s·1 *@"".sequencer) End (@"".id·2 uint)
func (@"".s·1 *@"".sequencer) Start (@"".id·2 uint)
type @"".Pipeline struct { @"".mu @"sync".Mutex; @"".id uint; @"".request @"".sequencer; @"".response @"".sequencer }
func (@"".p·1 *@"".Pipeline) EndRequest (@"".id·2 uint)
func (@"".p·1 *@"".Pipeline) EndResponse (@"".id·2 uint)
func (@"".p·2 *@"".Pipeline) Next () (? uint)
func (@"".p·1 *@"".Pipeline) StartRequest (@"".id·2 uint)
func (@"".p·1 *@"".Pipeline) StartResponse (@"".id·2 uint)
type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) }
type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
type @"bufio".Reader struct { @"bufio".buf []byte; @"bufio".rd @"io".Reader; @"bufio".r int; @"bufio".w int; @"bufio".err error; @"bufio".lastByte int; @"bufio".lastRuneSize int }
func (@"bufio".b·2 *@"bufio".Reader "esc:0x0") Buffered () (? int) { return @"bufio".b·2.@"bufio".w - @"bufio".b·2.@"bufio".r }
func (@"bufio".b·3 *@"bufio".Reader) Peek (@"bufio".n·4 int) (? []byte, ? error)
func (@"bufio".b·3 *@"bufio".Reader) Read (@"bufio".p·4 []byte) (@"bufio".n·1 int, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader) ReadByte () (@"bufio".c·1 byte, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader) ReadBytes (@"bufio".delim·4 byte) (@"bufio".line·1 []byte, @"bufio".err·2 error)
func (@"bufio".b·4 *@"bufio".Reader) ReadLine () (@"bufio".line·1 []byte, @"bufio".isPrefix·2 bool, @"bufio".err·3 error)
func (@"bufio".b·4 *@"bufio".Reader) ReadRune () (@"bufio".r·1 rune, @"bufio".size·2 int, @"bufio".err·3 error)
func (@"bufio".b·3 *@"bufio".Reader) ReadSlice (@"bufio".delim·4 byte) (@"bufio".line·1 []byte, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Reader) ReadString (@"bufio".delim·4 byte) (@"bufio".line·1 string, @"bufio".err·2 error)
func (@"bufio".b·1 *@"bufio".Reader) Reset (@"bufio".r·2 @"io".Reader)
func (@"bufio".b·2 *@"bufio".Reader "esc:0x0") UnreadByte () (? error)
func (@"bufio".b·2 *@"bufio".Reader "esc:0x0") UnreadRune () (? error) { if @"bufio".b·2.@"bufio".lastRuneSize < 0x0 || @"bufio".b·2.@"bufio".r < @"bufio".b·2.@"bufio".lastRuneSize { return @"bufio".ErrInvalidUnreadRune }; @"bufio".b·2.@"bufio".r -= @"bufio".b·2.@"bufio".lastRuneSize; @"bufio".b·2.@"bufio".lastByte = -0x1; @"bufio".b·2.@"bufio".lastRuneSize = -0x1; return nil }
func (@"bufio".b·3 *@"bufio".Reader) WriteTo (@"bufio".w·4 @"io".Writer) (@"bufio".n·1 int64, @"bufio".err·2 error)
func (@"bufio".b·1 *@"bufio".Reader) @"bufio".fill ()
func (@"bufio".b·2 *@"bufio".Reader "esc:0x1") @"bufio".readErr () (? error) { var @"bufio".err·3 error; ; @"bufio".err·3 = @"bufio".b·2.@"bufio".err; @"bufio".b·2.@"bufio".err = nil; return @"bufio".err·3 }
func (@"bufio".b·1 *@"bufio".Reader "esc:0x0") @"bufio".reset (@"bufio".buf·2 []byte, @"bufio".r·3 @"io".Reader) { *@"bufio".b·1 = (@"bufio".Reader{ @"bufio".buf:@"bufio".buf·2, @"bufio".rd:@"bufio".r·3, @"bufio".lastByte:-0x1, @"bufio".lastRuneSize:-0x1 }) }
func (@"bufio".b·3 *@"bufio".Reader) @"bufio".writeBuf (@"bufio".w·4 @"io".Writer) (? int64, ? error)
type @"".dotReader struct { @"".r *@"".Reader; @"".state int }
func (@"".d·3 *@"".dotReader) Read (@"".b·4 []byte "esc:0x0") (@"".n·1 int, @"".err·2 error)
type @"".Reader struct { R *@"bufio".Reader; @"".dot *@"".dotReader; @"".buf []byte }
func (@"".r·2 *@"".Reader) DotReader () (? @"io".Reader)
func (@"".r·4 *@"".Reader) ReadCodeLine (@"".expectCode·5 int) (@"".code·1 int, @"".message·2 string, @"".err·3 error)
func (@"".r·3 *@"".Reader) ReadContinuedLine () (? string, ? error)
func (@"".r·3 *@"".Reader) ReadContinuedLineBytes () (? []byte, ? error)
func (@"".r·3 *@"".Reader) ReadDotBytes () (? []byte, ? error)
func (@"".r·3 *@"".Reader) ReadDotLines () (? []string, ? error)
func (@"".r·3 *@"".Reader) ReadLine () (? string, ? error)
func (@"".r·3 *@"".Reader) ReadLineBytes () (? []byte, ? error)
func (@"".r·3 *@"".Reader) ReadMIMEHeader () (? @"".MIMEHeader, ? error)
func (@"".r·4 *@"".Reader) ReadResponse (@"".expectCode·5 int) (@"".code·1 int, @"".message·2 string, @"".err·3 error)
func (@"".r·1 *@"".Reader) @"".closeDot ()
func (@"".r·5 *@"".Reader) @"".readCodeLine (@"".expectCode·6 int) (@"".code·1 int, @"".continued·2 bool, @"".message·3 string, @"".err·4 error)
func (@"".r·3 *@"".Reader) @"".readContinuedLineSlice () (? []byte, ? error)
func (@"".r·3 *@"".Reader) @"".readLineSlice () (? []byte, ? error)
func (@"".r·2 *@"".Reader) @"".skipSpace () (? int)
func (@"".r·2 *@"".Reader) @"".upcomingHeaderNewlines () (@"".n·1 int)
func @"".NewReader (@"".r·2 *@"bufio".Reader) (? *@"".Reader) { return (&@"".Reader{ R:@"".r·2 }) }
func @"".CanonicalMIMEHeaderKey (@"".s·2 string "esc:0x2") (? string)
type @"".Error struct { Code int; Msg string }
func (@"".e·2 *@"".Error) Error () (? string)
type @"".ProtocolError string
func (@"".p·2 @"".ProtocolError "esc:0x2") Error () (? string) { return string(@"".p·2) }
type @"bufio".Writer struct { @"bufio".err error; @"bufio".buf []byte; @"bufio".n int; @"bufio".wr @"io".Writer }
func (@"bufio".b·2 *@"bufio".Writer "esc:0x0") Available () (? int) { return len(@"bufio".b·2.@"bufio".buf) - @"bufio".b·2.@"bufio".n }
func (@"bufio".b·2 *@"bufio".Writer "esc:0x0") Buffered () (? int) { return @"bufio".b·2.@"bufio".n }
func (@"bufio".b·2 *@"bufio".Writer) Flush () (? error)
func (@"bufio".b·3 *@"bufio".Writer) ReadFrom (@"bufio".r·4 @"io".Reader) (@"bufio".n·1 int64, @"bufio".err·2 error)
func (@"bufio".b·1 *@"bufio".Writer "esc:0x0") Reset (@"bufio".w·2 @"io".Writer) { @"bufio".b·1.@"bufio".err = nil; @"bufio".b·1.@"bufio".n = 0x0; @"bufio".b·1.@"bufio".wr = @"bufio".w·2 }
func (@"bufio".b·3 *@"bufio".Writer) Write (@"bufio".p·4 []byte) (@"bufio".nn·1 int, @"bufio".err·2 error)
func (@"bufio".b·2 *@"bufio".Writer) WriteByte (@"bufio".c·3 byte) (? error)
func (@"bufio".b·3 *@"bufio".Writer) WriteRune (@"bufio".r·4 rune) (@"bufio".size·1 int, @"bufio".err·2 error)
func (@"bufio".b·3 *@"bufio".Writer) WriteString (@"bufio".s·4 string "esc:0x0") (? int, ? error)
func (@"bufio".b·2 *@"bufio".Writer) @"bufio".flush () (? error)
type @"".dotWriter struct { @"".w *@"".Writer; @"".state int }
func (@"".d·2 *@"".dotWriter) Close () (? error)
func (@"".d·3 *@"".dotWriter) Write (@"".b·4 []byte "esc:0x0") (@"".n·1 int, @"".err·2 error)
type @"io".WriteCloser interface { Close() (? error); Write(@"io".p []byte) (@"io".n int, @"io".err error) }
type @"".Writer struct { W *@"bufio".Writer; @"".dot *@"".dotWriter }
func (@"".w·2 *@"".Writer) DotWriter () (? @"io".WriteCloser)
func (@"".w·2 *@"".Writer) PrintfLine (@"".format·3 string "esc:0x0", @"".args·4 ...interface {} "esc:0x0") (? error)
func (@"".w·1 *@"".Writer) @"".closeDot ()
type @"io".ReadWriteCloser interface { Close() (? error); Read(@"io".p []byte) (@"io".n int, @"io".err error); Write(@"io".p []byte) (@"io".n int, @"io".err error) }
type @"".Conn struct { ? @"".Reader; ? @"".Writer; ? @"".Pipeline; @"".conn @"io".ReadWriteCloser }
func (@"".c·2 *@"".Conn) Close () (? error)
func (@"".c·3 *@"".Conn) Cmd (@"".format·4 string "esc:0x0", @"".args·5 ...interface {} "esc:0x0") (@"".id·1 uint, @"".err·2 error)
func @"".NewConn (@"".conn·2 @"io".ReadWriteCloser) (? *@"".Conn)
func @"".Dial (@"".network·3 string, @"".addr·4 string) (? *@"".Conn, ? error)
func @"".TrimString (@"".s·2 string "esc:0x2") (? string)
func @"".TrimBytes (@"".b·2 []byte "esc:0x2") (? []byte)
func @"".NewWriter (@"".w·2 *@"bufio".Writer) (? *@"".Writer) { return (&@"".Writer{ W:@"".w·2 }) }
func @"".init ()
var @"bufio".ErrInvalidUnreadRune error
$$
_go_.6 0 0 0 644 196011 `
go object windows amd64 go1.4.2 X:precisestack
!
��go13ld sync.abufio.abytes.aio.aio/ioutil.astrconv.astrings.a
fmt.a
net.a�þ""".MIMEHeader.Add�� ��’eH‹ %(���H‹‰����HD$ØH;Awè����ëÞHì¨���H‹œ$¸���H‰$H‹œ$À���H‰\$è����H‹L$H‹D$H‰L$@H‰D$HH‰Œ$¸���H‰„$À���H����H‰$H‹œ$°���H‰\$H‰L$PH‰L$H‰D$XH‰D$è����H‹\$ Hƒû�„��H‹H‹KH‹[H‰”$���H‰Œ$˜���H‰œ$ ���H‰ØH)ËHƒû}FH����H‰$H‰T$`H‰T$H‰L$hH‰L$H‰D$pH‰D$HÇD$ ���è����H‹T$(H‹L$0H‹D$8H‰ÎHÿÆH‰t$hH‰D$pH‰ÓH‰T$`H‰ÍHkíHëH‰$H‹œ$È���H‰\$H‹œ$Ð���H‰\$è����H‹\$`H‰\$xH‹\$hH‰œ$€���H‹\$pH‰œ$ˆ���H����H‰$H‹œ$°���H‰\$H\$@H‰\$H\$xH‰\$è����HÄ¨���Ééâþÿÿ������8��0runtime.morestack_noctxt���†��2"".CanonicalMIMEHeaderKey���Ü��$type."".MIMEHeader���°��4runtime.mapaccess1_faststr���º��type.[]string���š��"runtime.growslice���Â��4runtime.writebarrierstring���˜��$type."".MIMEHeader���ì��$runtime.mapassign1���PÐ��"".autotmp_0005�type.[]string�"".autotmp_0004�_type.[]string�"".autotmp_0003�/type.[]string�"".autotmp_0002��type.string�"".autotmp_0001�Ïtype.string�"".autotmp_0000�¯type.string�"".value�0type.string� "".key�type.string�"".h��$type."".MIMEHeader�)ИÏÐ�Ð�)(é��BUÉU�Tgclocals·9a90374975a8610a14ef231e086acf29�Tgclocals·3ccc96973fd725c9a42ea5f76ad89f91���Bc:/go/src/net/textproto/header.goþ""".MIMEHeader.Set��À��¼eH‹ %(���H‹‰����H;awè����ëãHƒìHH‹\$XH‰$H‹\$`H‰\$è����H‹\$H‰\$ H‹\$H‰\$(H����H‰$è����H‹\$Hƒû�trHÇÂ���HÇÁ���H‰\$0H‰T$8H‰L$@H‹\$0H‰$H‹\$hH‰\$H‹\$pH‰\$è����H����H‰$H‹\$PH‰\$H\$ H‰\$H\$0H‰\$è����HƒÄHÉëŠ������.��0runtime.morestack_noctxt���j��2"".CanonicalMIMEHeaderKey��� ��type.[1]string���²��"runtime.newobject���Æ��4runtime.writebarrierstring���Ô��$type."".MIMEHeader���¢��$runtime.mapassign1���P��
"".autotmp_0014�/type.[]string�"".autotmp_0013�Otype.string�"".value�0type.string� "".key�type.string�"".h��$type."".MIMEHeader�!¸�à�,!´��4$J>�Tgclocals·46b690808f7e1a8626f300054e53774f�Tgclocals·99236d68bc3bfa00c93938cf888144b6���Bc:/go/src/net/textproto/header.goþ""".MIMEHeader.Get��€��€eH‹ %(���H‹‰����H;awè����ëãHƒì8HÇD$X����HÇD$`����H‹\$@1íH9ëuHÇD$X����HÇD$`����HƒÄ8ÃH‹\$HH‰$H‹\$PH‰\$è����H‹L$H‹D$H����H‰$H‹\$@H‰\$H‰L$(H‰L$H‰D$0H‰D$è����H‹\$ Hƒû�tKH‹H‹CH‹kHƒø�uHÇD$X����HÇD$`����HƒÄ8ÃHƒø�vH‹*H‰l$XH‹jH‰l$`HƒÄ8Ãè���� ‰ë± ������.��0runtime.morestack_noctxt���Ô��2"".CanonicalMIMEHeaderKey���ö��$type."".MIMEHeader���Ä��4runtime.mapaccess1_faststr���ì��$runtime.panicindex���Pp��"".autotmp_0019�type.string� "".~r1�0type.string� "".key�type.string�"".h��$type."".MIMEHeader�$!p4op‚opop �€�"<3 f#� �i—�Tgclocals·14c45952157723c8762210d9c661bf29�Tgclocals·d64e51a4c4bfeaa840e480961ec6b0b3���Bc:/go/src/net/textproto/header.goþ""".MIMEHeader.Del��€��ìeH‹ %(���H‹‰����H;awè����ëãHƒì0H‹\$@H‰$H‹\$HH‰\$è����H‹\$H‰\$ H‹\$H‰\$(H����H‰$H‹\$8H‰\$H\$ H‰\$è����HƒÄ0Ã
������.��0runtime.morestack_noctxt���j��2"".CanonicalMIMEHeaderKey��� ��$type."".MIMEHeader���Ú��"runtime.mapdelete���0`��"".autotmp_0022�type.string� "".key�type.string�"".h��$type."".MIMEHeader�!`T_ �€�T!P��48�Tgclocals·bd51743682bd6c0f7b9f2e8e6dffed99�Tgclocals·8d600a433c6aaa81a4fe446d95c5546b���Bc:/go/src/net/textproto/header.goþ&"".(*Pipeline).Next��€��€eH‹ %(���H‹‰����H;awè����ëãHƒìH‹\$H‰$Hƒ<$�tFè����H‹D$H‹hH‰l$H‹hHÿÅH‰hH‰$Hƒ<$�tè����H‹\$H‰\$ HƒÄÉ%����ëã‰%����ë±������.��0runtime.morestack_noctxt���d��$sync.(*Mutex).Lock���¶��(sync.(*Mutex).Unlock��� ��
"".id�type.uint� "".~r0�type.uint�"".p��"type.*"".Pipeline�! L �€�"J!    �
�1O�Tgclocals·06cab038d51064a089bda21fa03e00f7�Tgclocals·3280bececceccd33cb74587feedb1f9f���Fc:/go/src/net/textproto/pipeline.goþ6"".(*Pipeline).StartRequest��À��¦eH‹ %(���H‹‰����H;awè����ëãHƒìH‹\$H‰$Hƒ<$�tHƒ$H‹\$ H‰\$è����HƒÄÉ%����ëÞ������.��0runtime.morestack_noctxt���‚��*"".(*sequencer).Start��� ��
"".id�type.uint�"".p��"type.*"".Pipeline�! ( �`�^!$�
�@ �Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08�Tgclocals·3280bececceccd33cb74587feedb1f9f���Fc:/go/src/net/textproto/pipeline.goþ2"".(*Pipeline).EndRequest��À��¦eH‹ %(���H‹‰����H;awè����ëãHƒìH‹\$H‰$Hƒ<$�tHƒ$H‹\$ H‰\$è����HƒÄÉ%����ëÞ������.��0runtime.morestack_noctxt���‚��&"".(*sequencer).End��� ��
"".id�type.uint�"".p��"type.*"".Pipeline�! ( �`�j!$�
�@ �Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08�Tgclocals·3280bececceccd33cb74587feedb1f9f���Fc:/go/src/net/textproto/pipeline.goþ8"".(*Pipeline).StartResponse��À��¦eH‹ %(���H‹‰����H;awè����ëãHƒìH‹\$H‰$Hƒ<$�tHƒ$(H‹\$ H‰\$è����HƒÄÉ%����ëÞ������.��0runtime.morestack_noctxt���‚��*"".(*sequencer).Start��� ��
"".id�type.uint�"".p��"type.*"".Pipeline�! ( �`�v!$�
�@ �Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08�Tgclocals·3280bececceccd33cb74587feedb1f9f���Fc:/go/src/net/textproto/pipeline.goþ4"".(*Pipeline).EndResponse��À��¦eH‹ %(���H‹‰����H;awè����ëãHƒìH‹\$H‰$Hƒ<$�tHƒ$(H‹\$ H‰\$è����HƒÄÉ%����ëÞ������.��0runtime.morestack_noctxt���‚��&"".(*sequencer).End��� ��
"".id�type.uint�"".p��"type.*"".Pipeline�! ( �`�‚!$�
�@ �Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08�Tgclocals·3280bececceccd33cb74587feedb1f9f���Fc:/go/src/net/textproto/pipeline.goþ*"".(*sequencer).Start�� ��†eH‹ %(���H‹‰����H;awè����ëãHƒì8H‹\$@H‰$Hƒ<$�„B��è����H‹D$@H‹XH‹l$HH9ëuH‰$Hƒ<$�t
è����HƒÄ8É%����ëíH����H‰$HÇD$����è����H‹\$H‰\$(H‹l$@H‹]1íH9ëuAH����H‰$HÇD$����è����H‹D$H‹\$@H‰$Hƒ<$�„›���Hƒ$H‰D$è����H‹\$HH‰\$ H‹\$(H‰\$0H����H‰$H‹\$@H‹kH‰l$H\$ H‰\$H\$0H‰\$è����H‹\$@H‰$Hƒ<$�t-è����H����H‰$H‹\$(H‰\$HÇD$����è����HƒÄ8É%����ëʉ%����éYÿÿÿ‰%����é²þÿÿ������.��0runtime.morestack_noctxt���l��$sync.(*Mutex).Lock���²��(sync.(*Mutex).Unlock���Ü��type.chan uint���€�� runtime.makechan���Â��.type.map[uint]chan uint���æ��runtime.makemap���¶��.runtime.writebarrierptr���ì��.type.map[uint]chan uint���Â��$runtime.mapassign1���ì��(sync.(*Mutex).Unlock���ú��type.chan uint���²��"runtime.chanrecv1��� p��
"".autotmp_0027�type.chan uint�"".autotmp_0026�/type.uint�"".c�type.chan uint�
"".id�type.uint�"".s��$type.*"".sequencer�!p@opÿop.��D¤! #AF#  ��5}n#8�Tgclocals·4df0ca373c4c083f16b1234afd8f9a91�Tgclocals·a1d43ae95c73e63911b2653c141da29e���Fc:/go/src/net/textproto/pipeline.goþ&"".(*sequencer).End��À��ªeH‹ %(���H‹‰����H;awè����ëãHƒìPH‹\$XH‰$Hƒ<$�„”��è����H‹D$`H‹L$XH‹YH9ÃtLH����H‹+H‰l$@H‹kH‰l$HH����H‰$H\$@H‰\$è����H\$H,$H‰ïH‰ÞH¥H¥è���� HÿÀH‰D$`H‰AH‹Y1íH9ëuKH����H‰$HÇD$����è����H‹D$H‹\$XH‰$Hƒ<$�„Û���Hƒ$H‰D$è����H‹D$`H‹L$XH����H‰$H‹iH‰l$H‰D$è����H‹D$¶\$ H‹(H‰l$8€û�ˆ\$/t2H‹\$`H‰\$0H����H‰$H‹\$XH‹kH‰l$H\$0H‰\$è����H‹\$XH‰$Hƒ<$�t>è����€|$/�t-HÇD$0���H����H‰$H‹\$8H‰\$H\$0H‰\$è����HƒÄPÉ%����빉%����éÿÿÿ‰%����é`þÿÿ"������.��0runtime.morestack_noctxt���l��$sync.(*Mutex).Lock��� ��.go.string."out of sync"���Ð��type.string���ö��runtime.convT2E���¦��runtime.gopanic���æ��.type.map[uint]chan uint���Š��runtime.makemap���Ú��.runtime.writebarrierptr���ü��.type.map[uint]chan uint���ª��2runtime.mapaccess2_fast64���‚��.type.map[uint]chan uint���Ä��"runtime.mapdelete���î��(sync.(*Mutex).Unlock���œ��type.chan uint���Ö��"runtime.chansend1���  ��"".autotmp_0033��type.uint�"".autotmp_0032�?type.uint�"".autotmp_0031��type.uint�"".autotmp_0028�type.string�
"".ok�Atype.bool�"".c�/type.chan uint�
"".id�type.uint�"".s��$type.*"".sequencer�! ’Ÿ ,�à�LÈ!# L  K0 2- ��5EJI6�Tgclocals·4df0ca373c4c083f16b1234afd8f9a91�Tgclocals·69e210bfb9d4cfd521b6fdf014e025e0���Fc:/go/src/net/textproto/pipeline.goþ"".NewReader�� ��‚eH‹ %(���H‹‰����H;awè����ëãHƒìH����H‰$è����H‹L$H‰ÏHƒù�t>1Àè����H‰L$H‰ $Hƒ<$�tH‹\$ H‰\$è����H‹\$H‰\$(HƒÄÉ%����ëىë¾ ������.��0runtime.morestack_noctxt���H��type."".Reader���Z��"runtime.newobject���„ì� runtime.duffzero���Â��.runtime.writebarrierptr��� 0��"".autotmp_0035�type.*"".Reader� "".~r1�type.*"".Reader�"".r��$type.*bufio.Reader�!0R/0��
<!o��,40�Tgclocals·2148c3737b2bb476685a1100a2e8343e�Tgclocals·e1ae6533a9e39048ba0735a2264ce16a���Bc:/go/src/net/textproto/reader.goþ*"".(*Reader).ReadLine�� ��–eH‹ %(���H‹‰����H;awè����ëãHƒìXHÇD$h����HÇD$p����HÇD$x����HDŽ$€�������H‹\$`H‰$è����H‹T$H‹L$H‹D$H‹\$ H‰\$0H‹\$(H‰\$8H‰T$@H‰$H‰L$HH‰L$H‰D$PH‰D$è����H‹\$H‰\$hH‹\$ H‰\$pH‹\$0H‰\$xH‹\$8H‰œ$€���HƒÄXÃ������.��0runtime.morestack_noctxt���¤��4"".(*Reader).readLineSlice���®��2runtime.slicebytetostring���P°��
"".err�Otype.error�"".line�/type.[]uint8� "".~r1�0type.error� "".~r0�type.string�"".r��type.*"".Reader�!°©¯�Ð�HH1W��QE:�Tgclocals·896a3e2c9de7030cc72aa334f690557d�Tgclocals·0fe963234b8e5f5cb42ca2ebff9c30ee���Bc:/go/src/net/textproto/reader.goþ4"".(*Reader).ReadLineBytes�� ��”eH‹ %(���H‹‰����HD$àH;Awè����ëÞHì ���HDŽ$°�������HDŽ$¸�������HDŽ$À�������HDŽ$È�������HDŽ$Ð�������H‹œ$¨���H‰$è����H‹L$H‹D$H‹T$H‰T$PH‹\$ H‰\$0H‹\$(H‰\$8Hƒù�H‰L$@„£���H‰D$HH����H‰$H‰D$H‰D$è����H‹t$H‹l$ H‹D$(H‰t$XH‰l$`H‰D$hH‰„$˜���H‹T$@H‹L$HH‹\$PH‰œ$€���H‰¬$���H‰èH‰L$xH9é}H‰ÈH‰´$ˆ���H‰4$H‰T$pH‰T$H‰D$è����H‹L$XH‹D$`H‹T$hH‰Œ$°���H‰„$¸���H‰”$À���H‹\$0H‰œ$È���H‹\$8H‰œ$Ð���HÄ ���à ������8��0runtime.morestack_noctxt���ä��4"".(*Reader).readLineSlice���ê��type.[]uint8�����"runtime.makeslice���ú��runtime.memmove���`À��"".autotmp_0040��type.int�"".autotmp_0039�_type.[]uint8�"".autotmp_0038��type.[]uint8�"".autotmp_0037�/type.[]uint8� "".buf�type.[]uint8� "".err�ßtype.error�"".line�¿type.[]uint8� "".~r1�@type.error� "".~r0�type.[]uint8�"".r��type.*"".Reader�)Àà¿��Te9.f@��qVuT�Tgclocals·6d3fa487f5e45db9cb9199d2a5e0e216�Tgclocals·97c2da9e1071fad18330bbd9cf956e68���Bc:/go/src/net/textproto/reader.goþ4"".(*Reader).readLineSlice��À
��²
eH‹ %(���H‹‰����HD$àH;Awè����ëÞHì ���HDŽ$°�������HDŽ$¸�������HDŽ$À�������HDŽ$È�������HDŽ$Ð�������H‹œ$¨���H‰$è����HÇD$X����HÇD$`����HÇD$h����H‹œ$¨���H‹+H‰,$è����H‹T$XL‹D$L‰D$pH‹|$H‹t$H‰´$€���¶\$ ˆ\$GH‹D$(H‹l$0H‰l$PHƒø�H‰D$Ht<HDŽ$°�������HDŽ$¸�������HDŽ$À�������H‰„$È���H‰¬$Ð���HÄ ���ÃHƒú�u=€û�u8L‰„$°���H‰¼$¸���H‰´$À���HDŽ$È�������HDŽ$Ð�������HÄ ���ÃH‰ÖH‹T$`H‹L$hH‰ÐH‰”$���H‰|$xHøH‰Œ$˜���H)ÈHƒø�~UH����H‰$H‰´$ˆ���H‰t$H‰T$H‰L$H‰D$ è����L‹D$pH‹|$xH‹t$(H‹\$0H‰œ$���H‹\$8H‰œ$˜���H‹\$`H‰´$ˆ���H,H‰,$L‰D$H‰|$è����H‹D$`H‹l$xH‹Œ$˜���H‹”$ˆ���HèH‰”$ˆ���H‰„$���H‰Œ$˜���H‰T$XH‰D$`H‰L$h€|$G�…0þÿÿH‰”$°���H‰„$¸���H‰Œ$À���HDŽ$È�������HDŽ$Ð�������HÄ ���Ã������8��0runtime.morestack_noctxt���ä��*"".(*Reader).closeDot���Â��0bufio.(*Reader).ReadLine���¸��type.[]uint8���‚��"runtime.growslice���œ��runtime.memmove���`À��"".autotmp_0046��type.int�"".autotmp_0043�/type.[]uint8� "".err�¯type.error�"".more�±type.bool�"".l�_type.[]uint8�"".line�type.[]uint8� "".~r1�@type.error� "".~r0�type.[]uint8�"".r��type.*"".Reader�.)Àû¿ÀB¿À°¿� �0heM < 8î ?��q/ M“�Tgclocals·9fcabcff059425eb5732bdd45e48e99f�Tgclocals·dc9682a6fac8228e1e63c8f2087e4c10���Bc:/go/src/net/textproto/reader.goþ<"".(*Reader).ReadContinuedLine�� ��–eH‹ %(���H‹‰����H;awè����ëãHƒìXHÇD$h����HÇD$p����HÇD$x����HDŽ$€�������H‹\$`H‰$è����H‹T$H‹L$H‹D$H‹\$ H‰\$0H‹\$(H‰\$8H‰T$@H‰$H‰L$HH‰L$H‰D$PH‰D$è����H‹\$H‰\$hH‹\$ H‰\$pH‹\$0H‰\$xH‹\$8H‰œ$€���HƒÄXÃ������.��0runtime.morestack_noctxt���¤��F"".(*Reader).readContinuedLineSlice���®��2runtime.slicebytetostring���P°��
"".err�Otype.error�"".line�/type.[]uint8� "".~r1�0type.error� "".~r0�type.string�"".r��type.*"".Reader�!°©¯�Ð�¶H1W��QE:�Tgclocals·896a3e2c9de7030cc72aa334f690557d�Tgclocals·0fe963234b8e5f5cb42ca2ebff9c30ee���Bc:/go/src/net/textproto/reader.goþ"".trim�� ��˜eH‹ %(���H‹‰����H;awè����ëãH‹t$H‹T$1ÀH9Ð}!H9ЃÎ���H¶€û …���HÿÀH9Ð|ßH‰ÑH9Á~H‰ÍHÿÍH9Õs{H.¶€û uOHÿÉH9ÁáH‹|$H‰ÊH9Ïr3H9Ár.H‰ñH‰ÖH)ÆH‰úH)ÂHƒú�t H‰ÃHËH‰ÙH‰L$ H‰t$(H‰T$0Ãè���� H‰ÍHÿÍH9ÕsH.¶€û u¢ë˜è���� è���� H9ÐsH¶€û …VÿÿÿéIÿÿÿè���� è���� ������.��0runtime.morestack_noctxt���î��$runtime.panicslice���®��$runtime.panicindex���¼��$runtime.panicindex���þ��$runtime.panicindex���Œ��$runtime.panicindex���`���"".autotmp_0055��type.int�"".autotmp_0054��type.int� "".~r1�0type.[]uint8�"".s��type.[]uint8���<Ä'G,� �¶Z�Tgclocals·13c015770347481bee7a16dde25a3e2f�Tgclocals·3280bececceccd33cb74587feedb1f9f���Bc:/go/src/net/textproto/reader.goþF"".(*Reader).ReadContinuedLineBytes�� ��”eH‹ %(���H‹‰����HD$àH;Awè����ëÞHì ���HDŽ$°�������HDŽ$¸�������HDŽ$À�������HDŽ$È�������HDŽ$Ð�������H‹œ$¨���H‰$è����H‹L$H‹D$H‹T$H‰T$PH‹\$ H‰\$0H‹\$(H‰\$8Hƒù�H‰L$@„£���H‰D$HH����H‰$H‰D$H‰D$è����H‹t$H‹l$ H‹D$(H‰t$XH‰l$`H‰D$hH‰„$˜���H‹T$@H‹L$HH‹\$PH‰œ$€���H‰¬$���H‰èH‰L$xH9é}H‰ÈH‰´$ˆ���H‰4$H‰T$pH‰T$H‰D$è����H‹L$XH‹D$`H‹T$hH‰Œ$°���H‰„$¸���H‰”$À���H‹\$0H‰œ$È���H‹\$8H‰œ$Ð���HÄ ���à ������8��0runtime.morestack_noctxt���ä��F"".(*Reader).readContinuedLineSlice���ê��type.[]uint8�����"runtime.makeslice���ú��runtime.memmove���`À��"".autotmp_0066��type.int�"".autotmp_0065�_type.[]uint8�"".autotmp_0064��type.[]uint8�"".autotmp_0063�/type.[]uint8� "".buf�type.[]uint8� "".err�ßtype.error�"".line�¿type.[]uint8� "".~r1�@type.error� "".~r0�type.[]uint8�"".r��type.*"".Reader�)Àà¿�� àe9.f@��qVuT�Tgclocals·6d3fa487f5e45db9cb9199d2a5e0e216�Tgclocals·97c2da9e1071fad18330bbd9cf956e68���Bc:/go/src/net/textproto/reader.goþF"".(*Reader).readContinuedLineSlice�� ��eH‹ %(���H‹‰����HD$€H;Awè����ëÞHì���HDŽ$������HDŽ$������HDŽ$ ������HDŽ$(������HDŽ$0������H‹œ$��H‰$è����H‹¼$��H‹t$H‰´$ˆ���H‹L$H‹T$H‰”$˜���H‹D$ H‹l$(H‰l$HHƒø�H‰D$@t<HDŽ$������HDŽ$������HDŽ$ ������H‰„$(��H‰¬$0��HÄ���ÃH‰Œ$���Hƒù�u8H‰´$��H‰Œ$��H‰”$ ��HDŽ$(������HDŽ$0������HÄ���ÃH‹H‹X0H‹h(H)ëHƒûŽõ���H‹/H‰,$HÇD$���è����H‹´$ˆ���H‹”$˜���H‹Œ$���H‹|$H‰|$pH‹l$H‰l$xH‹\$ H‰œ$€���H‹D$(H‹\$0H‰\$XHƒø�H‰D$P…‰���Hƒý�†z��¶/H‰èHƒÈ <a‚a��<z‡Y��HÇÀ���<�tZH‰4$H‰L$H‰T$è����H‹T$H‹L$ H‹D$(H‰”$��H‰Œ$��H‰„$ ��HDŽ$(������HDŽ$0������HÄ���ÃH‰4$H‰L$H‰T$è����H‹Œ$��H‹\$H‰œ$è���L‹D$ H‹\$(H‰œ$ø���H‹A Hƒø�‚¥��H‹q1ÿH‰´$Ð���H‰¼$Ø���H‰„$à���H‰ÁH‰ûH‰¼$À���L‰„$ð���LÃH‰„$È���H)ÃH‰ØHƒû�~[H����H‰$H‰´$¸���H‰t$H‰|$H‰L$H‰D$ è����L‹„$ð���H‹¼$Ø���H‹t$(H‹\$0H‰œ$À���H‹\$8H‰œ$È���H‰´$¸���H,>H‰,$H‹œ$è���H‰\$L‰D$è����H‹Œ$Ø���H‹¬$ð���H‹„$È���HéH‹¬$¸���H‰¬$¸���H‰Œ$À���H‰„$È���H‹œ$��H‰$Hƒ<$�„z��Hƒ$H‰¬$Ð���H‰l$H‰Œ$Ø���H‰L$H‰„$à���H‰D$è����H‹œ$��H‰$è����H‹¼$��H‹\$Hƒû�~RH‰<$è����H‹¼$��H‹\$H‰œ$ ���H‹\$H‰œ$¨���H‹\$H‰œ$°���H‹D$ H‹\$(H‰\$hHƒø�H‰D$`tNHƒÿ�tDH‹oH‰¬$��H‹oH‰¬$��H‹o H‰¬$ ��HDŽ$(������HDŽ$0������HÄ���Éë¸Hƒÿ�„t��H‹WH‹OH‹G H‰”$Ð���H‰Œ$Ø���H‰„$à���H‰ÃH)ËHƒû}WH����H‰$H‰”$¸���H‰T$H‰Œ$À���H‰L$H‰„$È���H‰D$HÇD$ ���è����H‹¼$��H‹T$(H‹L$0H‹D$8H‰ÎHÿÆH‰ÓH‰òH‰ÞH Æ H‰´$¸���H‰”$À���H‰„$È���H‰<$Hƒ<$�„¤��Hƒ$H‰´$Ð���H‰t$H‰”$Ø���H‰T$H‰„$à���H‰D$è����H‹œ$��Hƒû�„Z��H‹sH‹CH‹K H‰´$Ð���H‰„$Ø���H‰Œ$à���H‰ÇH‰„$À���H‹¬$¨���HèH‰Œ$È���H)ÈHƒø�~SH����H‰$H‰´$¸���H‰t$H‰|$H‰L$H‰D$ è����H‹¼$Ø���H‹t$(H‹\$0H‰œ$À���H‹\$8H‰œ$È���H‹„$¨���H‰´$¸���H,>H‰,$H‹œ$ ���H‰\$H‰D$è����H‹”$Ø���H‹¬$¨���H‹„$È���HêH‹¬$¸���H‰¬$¸���H‰”$À���H‰„$È���H‹œ$��H‰$Hƒ<$�t6Hƒ$H‰¬$Ð���H‰l$H‰”$Ø���H‰T$H‰„$à���H‰D$è����éÚüÿÿ‰%����ëÁ‰éŸþÿÿ‰%����éPþÿÿ‰é…ýÿÿ‰%����ézüÿÿè���� 1Àé§úÿÿè���� *������8��0runtime.morestack_noctxt���ä��4"".(*Reader).readLineSlice���Ä��(bufio.(*Reader).Peek���ö��"".trim���ª ��"".trim���¸ ��type.[]uint8���‚ ��"runtime.growslice���® ��runtime.memmove���´��2runtime.writebarrierslice���Ö��,"".(*Reader).skipSpace���Ž��4"".(*Reader).readLineSlice���¾��type.[]uint8���°��"runtime.growslice���º��2runtime.writebarrierslice���‚��type.[]uint8���Ì��"runtime.growslice���ø��runtime.memmove���ö��2runtime.writebarrierslice���è��$runtime.panicslice���„��$runtime.panicindex���`€��D"".autotmp_0098��type.uint64�"".autotmp_0097��type.uint64�"".autotmp_0096��type.int�"".autotmp_0095��type.uintptr�"".autotmp_0094��type.int�"".autotmp_0093��type.[]uint8�"".autotmp_0092��type.[]uint8�"".autotmp_0091��type.uint64�"".autotmp_0090��type.uint64�"".autotmp_0088��type.int�"".autotmp_0087��type.[]uint8�"".autotmp_0086��type.[]uint8�"".autotmp_0084��type.uint64�"".autotmp_0083��type.int�"".autotmp_0082��type.uintptr�"".autotmp_0081��type.int�"".autotmp_0080�type.[]uint8�"".autotmp_0078�_type.[]uint8�"".autotmp_0076��type.int�"".autotmp_0075��type.[]uint8�"".autotmp_0074��type.[]uint8�"".autotmp_0073��type.int�"".autotmp_0072��type.[]uint8�"".autotmp_0071��type.[]uint8�"".autotmp_0070�/type.[]uint8� "".err�¿type.error�"".line�¿type.[]uint8� "".err�ßtype.error�"".peek�Ÿtype.[]uint8� "".err�ÿtype.error�"".line�ïtype.[]uint8� "".~r1�@type.error� "".~r0�type.[]uint8�"".r��type.*"".Reader�D)€Éÿ€Eÿ€Œÿ€×ÿ€²�Ð�bôeG <8]>Z ˜$G NÿÞ   �:�qð™†Vƒ¾ŽV V�Tgclocals·23d5059e9962722032581567c9c431f8�Tgclocals·677ab978c7564f8018e5d9a1078589a0���Bc:/go/src/net/textproto/reader.goþ,"".(*Reader).skipSpace��À��¬eH‹ %(���H‹‰����H;awè����ëãHƒì8HÇD$ ����H‹\$@H‹+H‰,$è����¶\$H‰ØH‹L$H‹\$H‰\$0Hƒù�H‰L$(tH‹\$ H‰\$HHƒÄ8Ã< t< tH‹\$@H‹+H‰,$è����ëÖH‹\$ HÿÃH‰\$ ë”������.��0runtime.morestack_noctxt���n��0bufio.(*Reader).ReadByte���‚��4bufio.(*Reader).UnreadByte��� p�� "".err�type.error�"".n�/type.int� "".~r0�type.int�"".r��type.*"".Reader�!pJop4� �,À! (  
  �
�6j�Tgclocals·06cab038d51064a089bda21fa03e00f7�Tgclocals·d64e51a4c4bfeaa840e480961ec6b0b3���Bc:/go/src/net/textproto/reader.goþ2"".(*Reader).readCodeLine�� ��”eH‹ %(���H‹‰����H;awè����ëãHƒìXHDŽ$�������HDŽ$˜�������HDŽ$€�������HDŽ$ˆ�������ÆD$x�HÇD$p����H‹\$`H‰$è����H‹L$H‹D$H‹T$H‹\$ H‰œ$˜���Hƒú�H‰”$���tHƒÄXÃH‰L$HH‰ $H‰D$PH‰D$H‹\$hH‰\$è����H‹|$¶\$ H‹l$(H‹T$0H‹L$8H‹D$@H‰|$pˆ\$xH‰¬$€���H‰”$ˆ���H‰Œ$���H‰„$˜���HƒÄXÃ������.��0runtime.morestack_noctxt���Ò��*"".(*Reader).ReadLine���ô�� "".parseCodeLine���€°��"".line�type.string� "".err�`type.error�"".message�@type.string�"".continued�0type.bool�"".code� type.int�"".expectCode�type.int�"".r��type.*"".Reader�!°z¯°m¯��â_*t��hQW�Tgclocals·917ce470a0c6e52e49b8c40592169996�Tgclocals·a310211a5d93ca643985188646602d0e���Bc:/go/src/net/textproto/reader.goþ "".parseCodeLine�� ��œeH‹ %(���H‹‰����H;awè����ëãHƒìXH‹L$`H‹D$hHDŽ$˜�������HDŽ$ �������HDŽ$ˆ�������HDŽ$�������Ƅ$€����HÇD$x����Hƒø|:H‰ËHƒø†ˆ��HƒÃ¶€û „¦���H‰ËHƒø†d��HƒÃ¶€û-„‰���H����H,$H‰ïH‰ÞH¥H¥H‰L$H‰D$è����H‹\$ H‰\$HH‹\$(H‰\$PH����H‰$H����H‰\$H����H‰\$H\$HH‰\$è����H‹\$ H‰œ$˜���H‹\$(H‰œ$ ���HƒÄXÃH‰ËHƒø†·��HƒÃ¶€û-„š��Ƅ$€����Hƒø‚��H‰ÊHÇÁ���H‰T$8H‰$H‰L$@H‰L$è����L‹D$`H‹D$hH‹L$pH‹t$H‰t$xH‹T$H‹\$ H‰œ$ ���Hƒú�H‰”$˜���…™��HƒþdŒ��H‰ÅHƒø‚{��L‰ÀHƒíHƒý�tHƒÀH‰„$ˆ���H‰¬$���HƒùŒù���Hƒù
ï���H‰óI¸ ×£p=
×£H‰ðI÷èH‰ÕHõHÁýHÁû?H)ÝH9Í„Â���H����H‰$è����H‹D$H‹l$xH‰(H‰D$0H‰$Hƒ<$�„…���Hƒ$H‹œ$ˆ���H‰\$H‹œ$���H‰\$è����H‹\$0H‰\$0H‹����1íH9ètH‹\$0H‰œ$ ���H‰„$˜���HƒÄXÃH����H‰$H����H‰\$H����H‰\$è����H‹D$뷉%����éoÿÿÿHƒù
|0Hƒùd}*H‰óI¸gfffffffH‰ðI÷èH‰ÕHÁýHÁû?H)ÝH9Í…ÿÿÿHƒùd|„Hùè��wÿÿÿH9Î…ìþÿÿéiÿÿÿè���� H����H,$H‰ïH‰ÞH¥H¥L‰D$H‰D$è����H‹\$ H‰\$HH‹\$(H‰\$PH����H‰$H����H‰\$H����H‰\$H\$HH‰\$è����H‹\$ H‰œ$˜���H‹\$(H‰œ$ ���HƒÄXÃè���� Ƅ$€���éaýÿÿè���� è���� è���� 8������.��0runtime.morestack_noctxt���Þ��8go.string."short response: "���˜��*runtime.concatstring2���Î��*type."".ProtocolError���ä��type.error���ü��<go.itab."".ProtocolError.error���¤��runtime.convT2I���„��strconv.Atoi���þ��type."".Error��� ��"runtime.newobject���š
��4runtime.writebarrierstring���¼
��.go.itab.*"".Error.error���Œ ��type.*"".Error���¢ ��type.error���º ��.go.itab.*"".Error.error���Î �� runtime.typ2Itab���¬ ��$runtime.panicslice���¾ ��Fgo.string."invalid response code: "���ø ��*runtime.concatstring2���®��*type."".ProtocolError���Ä��type.error���Ü��<go.itab."".ProtocolError.error���„��runtime.convT2I���Ì��$runtime.panicslice���ô��$runtime.panicindex���‚��$runtime.panicindex�����$runtime.panicindex���°��"".autotmp_0123�Otype.*"".Error�"".autotmp_0122��type.uint64�"".autotmp_0121��type.uint64�"".autotmp_0119��type.*"".Error�"".autotmp_0118��*type."".ProtocolError�"".autotmp_0117�*type."".ProtocolError� "".err�ptype.error�"".message�Ptype.string�"".continued�@type.bool�"".code�0type.int�"".expectCode� type.int�"".line��type.string�6!°“¯°¯°¡¯°+��bòl@„%W.A‚;R „�0�ËFpÆEÉ&F$+�Tgclocals·0eac19f73d8513769bd6b05faeed8c2c�Tgclocals·e7f4dba3bcd6685af2c6b02cc37dc292���Bc:/go/src/net/textproto/reader.goþ2"".(*Reader).ReadCodeLine��€��öeH‹ %(���H‹‰����H;awè����ëãHƒìPHDŽ$€�������HDŽ$ˆ�������HÇD$p����HÇD$x����H‹\$XH‰$H‹\$`H‰\$è����H‹D$H‰D$h¶D$L‹D$ L‰D$pH‹T$(H‰T$xH‹L$0H‹\$8H‰œ$ˆ���Hƒù�H‰Œ$€���…Œ���<�„„���H����H,$H‰ïH‰ÞH¥H¥L‰D$H‰T$è����H‹\$ H‰\$@H‹\$(H‰\$HH����H‰$H����H‰\$H����H‰\$H\$@H‰\$è����H‹\$ H‰œ$€���H‹\$(H‰œ$ˆ���HƒÄPÃ������.��0runtime.morestack_noctxt���¾��2"".(*Reader).readCodeLine���ê��Xgo.string."unexpected multi-line response: "���¤��*runtime.concatstring2���Ú��*type."".ProtocolError���ð��type.error���ˆ��<go.itab."".ProtocolError.error���°��runtime.convT2I���p �� "".autotmp_0131�*type."".ProtocolError� "".err�Ptype.error�"".message�0type.string�"".code� type.int�"".expectCode�type.int�"".r��type.*"".Reader�! ™Ÿ�À�¸KM„
��^sF)�Tgclocals·355f8351bc400c13cd1ff82e8534c56c�Tgclocals·150bd0745d0ccd7ff65e5c80b670a3b7���Bc:/go/src/net/textproto/reader.goþ2"".(*Reader).ReadResponse��  ��† eH‹ %(���H‹‰����HD$àH;Awè����ëÞHì ���HDŽ$Ð�������HDŽ$Ø�������HDŽ$À�������HDŽ$È�������H‹œ$¨���H‰$H‹œ$°���H‰\$è����H‹D$H‰„$¸���¶D$H‹\$ H‰œ$À���H‹\$(H‰œ$È���H‹\$0H‰œ$Ð���H‹\$8H‰œ$Ø���Hƒ¼$Ð����…y��<�„q��H‹œ$¨���H‰$è����H‹T$H‹L$H‹D$H‹l$ H‰l$xHƒø�H‰D$pt<HDŽ$¸�������HDŽ$À�������HDŽ$È�������H‰„$Ð���H‰¬$Ø���HÄ ���ÃHÇD$P����HÇD$X����H‰T$`H‰$H‰L$hH‰L$H‹œ$°���H‰\$è����H‹¼$À���H‹´$È���H‹D$¶\$ ˆ\$OL‹D$(L‰D$PH‹T$0H‰T$XH‹L$8H‹\$@H‰\$xHƒù�H‰L$p…���H‹¬$¸���H9èutH‰¼$���H‰<$H‰´$˜���H‰t$H����Hl$H‰ïH‰ÞH¥H¥L‰D$ H‰T$(è����¶D$OH‹\$0H‰œ$À���H‹\$8H‰œ$È���Hƒ¼$Ð����„‡þÿÿHÄ ���ÃH‰¼$���H‰´$˜���H‹\$`H‰$H‹t$hH‰t$H5����Hl$H‰ïH¥H¥è����H‹L$ H‹D$(H‹œ$���H‰$H‹´$˜���H‰t$H5����Hl$H‰ïH¥H¥H‰Œ$€���H‰L$ H‰„$ˆ���H‰D$(è����H‹\$0H‰œ$À���H‹\$8H‰œ$È���HÇÀ���éºýÿÿ������8��0runtime.morestack_noctxt���æ��2"".(*Reader).readCodeLine���Â��*"".(*Reader).ReadLine���ð�� "".parseCodeLine���ê��go.string."\n"���¦��*runtime.concatstring3���æ ��$go.string."\x0d\n"���ˆ
��"strings.TrimRight���Ü
��go.string."\n"���² ��*runtime.concatstring3���pÀ��"".autotmp_0134��type.string�"".autotmp_0133�?type.string�"".autotmp_0132�type.string�"".moreMessage�Ÿtype.string� "".err�_type.error�"".line�type.string�"".continued�¡type.bool� "".err�Ptype.error�"".message�0type.string�"".code� type.int�"".expectCode�type.int�"".r��type.*"".Reader�*)À›¿À‡¿ÀÃ��BôYd* <f
]  ª�"�rn—›qU8�Tgclocals·a496dd9226ecb866206876ac5aeea19c�Tgclocals·78b238b9e6a307ce30c9495453e27424���Bc:/go/src/net/textproto/reader.goþ,"".(*Reader).DotReader��À��¬eH‹ %(���H‹‰����H;awè����ëãHƒì(HÇD$8����HÇD$@����H‹\$0H‰$è����H����H‰$è����H‹D$HÇ�����HÇ@����H‰D$ H‰$Hƒ<$�„‘���H‹\$0H‰\$è����H‹\$0H‰$Hƒ<$�tiHƒ$H‹\$ H‰\$è����H‹����1íH9ètH‹\$0H‹kH‰l$@H‰D$8HƒÄ(ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$빉%����뎉%����écÿÿÿ������.��0runtime.morestack_noctxt���z��*"".(*Reader).closeDot���ˆ��"type."".dotReader���š��"runtime.newobject���ˆ��.runtime.writebarrierptr���Ð��.runtime.writebarrierptr���Þ��>go.itab.*"".dotReader.io.Reader���ª��$type.*"".dotReader���À��type.io.Reader���Ø��>go.itab.*"".dotReader.io.Reader���ì�� runtime.typ2Itab���0P��"".autotmp_0135�$type.*"".dotReader� "".~r0�type.io.Reader�"".r��type.*"".Reader�!P°OPN� �¾3kU��<G$y�Tgclocals·d7e8a62d22b1cde6d92b17a55c33fe8f�Tgclocals·e1ae6533a9e39048ba0735a2264ce16a���Bc:/go/src/net/textproto/reader.goþ("".(*dotReader).Read��À
��¾
eH‹ %(���H‹‰����H;awè����ëãHƒì0H‹L$8HÇD$`����HÇD$h����1öH‹H‹+H‰l$(H‹D$HH‰t$XH9ƍ±���H‹YHƒû„£���H‹\$(H‰$è����H‹t$XH‹L$8¶\$H‰ØH‹\$H‰\$`H‹T$H‰T$hHƒ|$`�„¯���H‹\$`H‹-����H9ëuRH‹l$`H‰,$H‰T$H‹-����H‰l$H‹-����H‰l$è����H‹L$8¶\$ €û�tH‹����H‰\$`H‹����H‰\$hHƒ|$`�u"H‹YHƒûuH‹����H‰\$`H‹����H‰\$hHƒ|$`�tH‹)H‹]H9Ëu H‹1íH‰kHƒÄ0ÃH‹iHƒý†���Hƒý�uN<.u HÇA���éËþÿÿ< u HÇA���éºþÿÿHÇA���H‹\$@L‹D$HL9ÆsH3ˆHÿÆé•þÿÿè���� HƒýuÖ< u HÇA���éwþÿÿ<
u HÇA���éfþÿÿHÇA���ëªHƒýu=<
u HÇA���éEþÿÿH‹\$(H‰$è����H‹t$XH‹L$8HÇÀ ���HÇA���égÿÿÿHƒýu=<
u HÇA����éPÿÿÿH‹\$(H‰$è����H‹t$XH‹L$8HÇÀ ���HÇA���é$ÿÿÿHƒý…ÿÿÿ< u HÇA���é»ýÿÿ<
…ÿÿÿHÇA����éôþÿÿ������.��0runtime.morestack_noctxt���à��0bufio.(*Reader).ReadByte���Ü�� io.EOF����� io.EOF���¨� io.EOF���¼��runtime.ifaceeq���è��&io.ErrUnexpectedEOF���€�&io.ErrUnexpectedEOF���¼�� io.EOF���Ô� io.EOF���â��$runtime.panicindex���”��4bufio.(*Reader).UnreadByte���š ��4bufio.(*Reader).UnreadByte���p`�� "".autotmp_0139��type.int�
"".br�$type.*bufio.Reader� "".err�Ptype.error�"".n�@type.int�"".b�type.[]uint8�"".d��$type.*"".dotReader�!`³_`Ë� �èÖ: !4 Kx {&V}|Q-45<@;CN*%"
mt��onÓY—�Tgclocals·80b23a151e72544b603d58f6b9193a73�Tgclocals·a03e05e9903a39c926aa5d394a2bec2c���Bc:/go/src/net/textproto/reader.goþ*"".(*Reader).closeDot��à��ÌeH‹ %(���H‹‰����HD$°H;Awè����ëÞHìÐ���H‹Œ$Ø���H‹Y1íH9ëuHÄÐ���ÃH|$81Àè����H\$8Hƒû�„€���HÇ€���HÇƀ���H‰œ$¸���H‰”$À���H‰´$È���H‹Y1íH9ëtGH‹iH‰,$H‹œ$¸���H‰\$H‹œ$À���H‰\$H‹œ$È���H‰\$è����H‹Œ$Ø���H‹Y1íH9ëu¹HÄÐ���Ééyÿÿÿ������8��0runtime.morestack_noctxt���˜À� runtime.duffzero���€��("".(*dotReader).Read��� ��"".autotmp_0142�¯type.[128]uint8� "".buf�/type.[]uint8�"".r��type.*"".Reader�&) Ÿ šŸ �ð�(ˆ1 A <
 � �¿1�Tgclocals·ac5bea9c8a91f5fb1d31bdacc5067b57�Tgclocals·61e2515c69061b8fed0e66ece719f936���Bc:/go/src/net/textproto/reader.goþ2"".(*Reader).ReadDotBytes��€��êeH‹ %(���H‹‰����H;awè����ëãHƒìHHÇD$X����HÇD$`����HÇD$h����HÇD$p����HÇD$x����H‹\$PH‰$è����H‹L$H‹D$H‰L$8H‰ $H‰D$@H‰D$è����H‹t$H‹l$H‹T$ H‹L$(H‹D$0H‰t$XH‰l$`H‰T$hH‰L$pH‰D$xHƒÄHÃ������.��0runtime.morestack_noctxt���°��,"".(*Reader).DotReader���ô��"io/ioutil.ReadAll���`��"".autotmp_0149�type.io.Reader� "".~r1�@type.error� "".~r0�type.[]uint8�"".r��type.*"".Reader�!“ �À� ¦Nr�
�Wi�Tgclocals·13c015770347481bee7a16dde25a3e2f�Tgclocals·d64e51a4c4bfeaa840e480961ec6b0b3���Bc:/go/src/net/textproto/reader.goþ2"".(*Reader).ReadDotLines��€ ��î
eH‹ %(���H‹‰����HD$ðH;Awè����ëÞHì���HDŽ$ �������HDŽ$¨�������HDŽ$°�������HDŽ$¸�������HDŽ$À�������HÇD$`����HÇD$h����HÇD$p����HÇD$P����HÇD$X����HÇD$@����HÇD$H����H‹œ$˜���H‰$è����L‹D$L‰D$@H‹D$H‰D$HH‹T$H‹t$ H‰t$XHƒú�H‰T$P„“���H‹-����H9êuHH‰$H‰t$H‹-����H‰l$H‹-����H‰l$è����H‹t$XH‹T$P¶\$ €û�tH‹����H‹5����H‹\$`H‰œ$ ���H‹\$hH‰œ$¨���H‹\$pH‰œ$°���H‰”$¸���H‰´$À���HÄ���ÃHƒø�Ž'��Hƒø�†"��A¶€û.…��Hƒøuë˜H‰ÁHƒø‚ô���L‰ÀHÿÉHƒù�tHÿÀI‰ÀH‰D$@H‰ÈH‰L$HH‹t$`H‹T$hH‹L$pH‰ËH)ÓHƒû}VH����H‰$H‰t$xH‰t$H‰”$€���H‰T$H‰Œ$ˆ���H‰L$HÇD$ ���è����L‹D$@H‹D$HH‹t$(H‹T$0H‹L$8H‰ÕHÿÅH‰óH‰¬$€���H‰Œ$ˆ���H‰t$xH‰ÕHkíHëH‰$L‰D$H‰D$è����H‹T$xH‹Œ$€���H‹„$ˆ���H‰T$`H‰L$hH‰D$péîýÿÿè���� éÿÿÿè���� ������8��0runtime.morestack_noctxt���â��*"".(*Reader).ReadLine���Ô�� io.EOF���þ�� io.EOF���–� io.EOF���ª��runtime.ifaceeq���à��&io.ErrUnexpectedEOF���î�&io.ErrUnexpectedEOF���Ú��type.[]string���Æ��"runtime.growslice���î ��4runtime.writebarrierstring���Ê
��$runtime.panicslice���â
��$runtime.panicindex���` ��"".autotmp_0158��type.uint64�"".autotmp_0157��type.int�"".autotmp_0156��type.int�"".autotmp_0155�/type.[]string�"".autotmp_0153��type.uint64�"".line�Ÿtype.string� "".err�type.error�"".v�_type.[]string� "".~r1�@type.error� "".~r0�type.[]string�"".r��type.*"".Reader�) ÐŸ Æ�À�N¶e4F?!,Ð ��°dŽT.�Tgclocals·087b252595d1cf818646664b23f12798�Tgclocals·4cf88bbacce7134f6fe480d43c73a0c6���Bc:/go/src/net/textproto/reader.goþ6"".(*Reader).ReadMIMEHeader��€��âeH‹ %(���H‹‰����H„$ ÿÿÿH;Awè����ëÛHì`��HDŽ$x������HDŽ$€������HDŽ$Ð�������HDŽ$Ø�������HDŽ$à�������H‹œ$h��H‰$è����H‹D$Hƒø�~KH����H‰$H‰D$H‰D$HH‰D$è����H‹D$HH‹l$H‹T$ H‹L$(H‰¬$Ð���H‰”$Ø���H‰Œ$à���H����H‰$H‰D$è����H‹\$H‰\$PH‹œ$h��H‰$è����H‹l$H‹D$H‹T$H‹|$ H‰|$xH‹t$(H‰´$€���Hƒø�u%H‹\$PH‰œ$p��H‰¼$x��H‰´$€��HÄ`��ÃH‰¬$è���H‰,$H‰„$ð���H‰D$H‰”$ø���H‰T$ÆD$:è����H‹´$ø���H‹Œ$ð���H‹”$è���H‹D$ Hƒø�¿���H‰$H‰L$H‰t$è����H\$Hl$H‰ïH‰ÞH¥H¥H����H,$H‰ïH‰ÞH¥H¥è����H‹\$ H‰œ$¨���H‹\$(H‰œ$°���H‹\$PH‰œ$p��H����H‰$H����H‰\$H����H‰\$Hœ$¨���H‰\$è����H‹\$ H‰œ$x��H‹\$(H‰œ$€��HÄ`��ÃH‰D$@Hƒø�~$H‰ÅHÿÍH9̓ª��H*¶€û u HÿÈHƒø�ÜH9Æ‚…��H‰”$���H‰$H‰„$��H‰D$H‰´$��H‰t$è����H‹´$è���H‹Œ$ð���H‹T$H‹D$ H‰T$hH‰D$pH‹D$@HÿÀH9È}!H9ȃ��H¶€û …è��HÿÀH9È|ßH‹¼$ø���H‰ÊH9Á‚Å��H‰ñH‰ÖH)ÆH‰úH)ÂHƒú�t H‰ÃHËH‰ÙH‰Œ$���H‰ $H‰´$��H‰t$H‰”$��H‰T$è����H‹\$H‰\$XH‹\$ H‰\$`H‹L$hH‹D$pH����H‰$H‹\$PH‰\$H‰Œ$˜���H‰L$H‰„$ ���H‰D$è����L‹œ$Ð���L‹”$Ø���L‹Œ$à���H‹\$ Hƒû�„ü��H‹H‹sH‹kHƒø�… ��Iƒú�Ž–��Iƒù‚…��IÇÀ���HÇÇ���L‰ÞIƒú‚c��L‰ØL‰ÒHÿÊL‰ÉHÿÉHƒù�tHƒÀH‰´$H��L‰„$P��H‰¼$X��H‰¼$È���H‰„$��H‰„$Ð���H‰”$ ��H‰”$Ø���H‰Œ$(��H‰Œ$à���H‰´$¸���Iƒø�L‰„$À���†Ù���H‰4$H‹\$XH‰\$H‹\$`H‰\$è����H‹\$hH‰œ$ˆ���H‹\$pH‰œ$���H‹œ$¸���H‰œ$0��H‹œ$À���H‰œ$8��H‹œ$È���H‰œ$@��H����H‰$H‹\$PH‰\$Hœ$ˆ���H‰\$Hœ$0��H‰\$è����Hƒ|$x�„ûÿÿH‹\$PH‰œ$p��H‹\$xH‰œ$x��H‹œ$€���H‰œ$€��HÄ`��Ãè���� è���� è���� H‹\$hH‰œ$ˆ���H‹\$pH‰œ$���H‰„$¸���H‰ÂH‰´$À���H‰ñH‰¬$È���H‰èH‰ëH)óHƒû}OH����H‰$H‰”$��H‰T$H‰Œ$ ��H‰L$H‰„$(��H‰D$HÇD$ ���è����H‹T$(H‹L$0H‹D$8H‰ÍHÿÅH‰ÓH‰¬$ ��H‰„$(��H‰”$��H‰ÍHkíHëH‰$H‹\$XH‰\$H‹\$`H‰\$è����H‹œ$��H‰œ$0��H‹œ$ ��H‰œ$8��H‹œ$(��H‰œ$@��H����H‰$H‹\$PH‰\$Hœ$ˆ���H‰\$Hœ$0��H‰\$è����éfþÿÿ‰éýüÿÿè���� H9ÈsH¶€û … üÿÿéþûÿÿè���� è���� è���� è���� H������>��0runtime.morestack_noctxt���ê��F"".(*Reader).upcomingHeaderNewlines���Ž��type.[]string���¾��"runtime.makeslice���¤��$type."".MIMEHeader���À��runtime.makemap���ö��F"".(*Reader).readContinuedLineSlice���ø��bytes.IndexByte���ì��2runtime.slicebytetostring���¢��Pgo.string."malformed MIME header line: "���È��*runtime.concatstring2���¤��*type."".ProtocolError���º��type.error���Ò��<go.itab."".ProtocolError.error���€ ��runtime.convT2I���Š ��2"".canonicalMIMEHeaderKey���è ��2runtime.slicebytetostring���²��$type."".MIMEHeader���Œ��4runtime.mapaccess1_faststr���¢��4runtime.writebarrierstring���Ä��$type."".MIMEHeader���ž��$runtime.mapassign1���¤��$runtime.panicindex���²��$runtime.panicslice���À��$runtime.panicslice���à��type.[]string���Ò��"runtime.growslice���€��4runtime.writebarrierstring���î��$type."".MIMEHeader���È��$runtime.mapassign1���ê��$runtime.panicslice���¬��$runtime.panicindex���º��$runtime.panicindex���È��$runtime.panicslice���Ö��$runtime.panicindex���@À��P"".autotmp_0197��type.uint64�"".autotmp_0196��type.uint64�"".autotmp_0195��type.int�"".autotmp_0194��type.int�"".autotmp_0193��type.[]string�"".autotmp_0192��type.uint64�"".autotmp_0191��type.uint64�"".autotmp_0190�type.[]string�"".autotmp_0189��type.uint64�"".autotmp_0188��type.[]string�"".autotmp_0186��type.uint64�"".autotmp_0185��type.uint64�"".autotmp_0182��type.[]string�"".autotmp_0181��type.string�"".autotmp_0180�_type.[]string�"".autotmp_0179�¯type.string�"".autotmp_0178��type.int�"".autotmp_0177��type.[]string�"".autotmp_0176��type.string�"".autotmp_0175��type.int�"".autotmp_0174��type.int�"".autotmp_0173��type.int�"".autotmp_0172�type.string�"".autotmp_0171��type.int�"".autotmp_0170�ï*type."".ProtocolError�"".autotmp_0169��type.int�"".autotmp_0168��type.int�"".autotmp_0166�/type.[]string�
"".vv�Ïtype.[]string�"".value�type.string� "".key�ïtype.string�"".i�¿type.int� "".err�Ïtype.error�
"".kv�ïtype.[]uint8�"".m�Ÿ$type."".MIMEHeader�"".hint�¯type.int�"".strs�Ÿtype.[]string� "".~r1� type.error� "".~r0�$type."".MIMEHeader�"".r��type.*"".Reader�8,À£¿À•¿Àª¿À¯�À�¢–D$K7% M
¿!Xqp
Ž7~
2 Â(�V�t*A:Š…¯R‹~C—WdL�Tgclocals·21a5968df14d3325855d0bce7c59b4a9�Tgclocals·98f292bdba7b4c04ebe2b9f7037d1c76���Bc:/go/src/net/textproto/reader.goþF"".(*Reader).upcomingHeaderNewlines��À��¼eH‹ %(���H‹‰����H;awè����ëãHƒìPHÇD$`����H‹\$XH‹+H‰,$HÇD$���è����H‹L$XH‹H‹X0H‹h(H)ëHƒû�uHƒÄPÃH‹)H‰,$H‰\$è����H‹l$H‹D$H‹T$ Hƒø�Ž†���H‰l$8H‰,$H‰D$@H‰D$H‰T$HH‰T$ÆD$
è����H‹D$ Hƒø}HƒÄPÃH‹\$`HÿÃH‰\$`HÿÀH‹t$HH‹T$@H9Âr5H‹L$8H‰×H)ÇH‰òH)ÂHƒú�t H‰ÃHËH‰ÙH‰ÍH‰øHƒø�zÿÿÿHƒÄPÃè���� ������.��0runtime.morestack_noctxt���€��(bufio.(*Reader).Peek���Þ��(bufio.(*Reader).Peek���Þ��bytes.IndexByte���°��$runtime.panicslice���  �� "".autotmp_0219��type.int�"".autotmp_0217��type.int�"".autotmp_0215��type.int�"".peek�/type.[]uint8�"".n�type.int�"".r��type.*"".Reader�0! @Ÿ `Ÿ SŸ  � �@Š* 
, 8
 ��?oi �Tgclocals·f9893e9c58a6aa35944179719ace6b0e�Tgclocals·98a1cc4b1e487a8c1b167979e655e44f���Bc:/go/src/net/textproto/reader.goþ2"".CanonicalMIMEHeaderKey��à��ÞeH‹ %(���H‹‰����H;awè����ëãHƒì(H‹|$0H‹t$8HÇD$@����HÇD$H����HÇÂ���1ÉH9ñÁ���H9ñƒÐ���H¶+H‰è€ú�tI<arE<zwAH‰<$H‰t$è����H\$H,$H‰ïH‰ÞH¥H¥H¥è����H‹L$H‹D$ H‰L$@H‰D$HHƒÄ(Àú�uI<ArE<ZwAH‰<$H‰t$è����H\$H,$H‰ïH‰ÞH¥H¥H¥è����H‹L$H‹D$ H‰L$@H‰D$HHƒÄ(Ã<-t1ÒHÿÁH9ñŒ?ÿÿÿH‰|$@H‰t$HHƒÄ(ÃHÇÂ���ëÜè���� ������.��0runtime.morestack_noctxt���ò��2runtime.stringtoslicebyte���¦��2"".canonicalMIMEHeaderKey���Ž��2runtime.stringtoslicebyte���Â��2"".canonicalMIMEHeaderKey���Ò��$runtime.panicindex���@P��"".autotmp_0228��type.string�"".autotmp_0226��type.int� "".~r1� type.string�"".s��type.string�$!PŽOPMOP OP�°�<À=  A A � �x¸�Tgclocals·13d3af77a5bf02af6db4588efb2ea811�Tgclocals·3280bececceccd33cb74587feedb1f9f���Bc:/go/src/net/textproto/reader.goþ2"".canonicalMIMEHeaderKey��À��¸eH‹ %(���H‹‰����H;awè����ëãHƒìHL‹d$`H‹t$PL‹L$XHÇD$h����HÇD$p����HÇÂ���1ÉM‰ÊI‰óL9É}>¶.H‰ÏH‰è@€ý …û���HÇÀ-���L9׃ä���I;ˆ<-„Ê���1ÒHÿÆHÿÁL9É|ÂL‰$L‰T$L‰d$è����H‹L$H‹D$ H����H‰$H‹����H‰\$H‰L$8H‰L$H‰D$@H‰D$è����H‹\$ Hƒû�taH‹ H‹kH‰L$(H‰l$0Hƒý�tH‰L$hH‰l$pHƒÄHÃH‹\$PH‰$H‹\$XH‰\$H‹\$`H‰\$è����H‹\$H‰\$hH‹\$ H‰\$pHƒÄHÉë›HÇÂ���é,ÿÿÿè���� €ú�t<ar <zw Hƒè éöþÿÿ€ú�…íþÿÿ<A‚åþÿÿ<Z‡ÝþÿÿHƒÀ éÔþÿÿ������.��0runtime.morestack_noctxt���Æ��8runtime.slicebytetostringtmp���è��,type.map[string]string���þ��"".commonHeader���º��4runtime.mapaccess1_faststr���à��2runtime.slicebytetostring���¼��$runtime.panicindex���P�� "".autotmp_0233�type.string�"".autotmp_0232��type.uint8�"".autotmp_0231��type.uint8�"".v�?type.string� "".~r1�0type.string�"".a��type.[]uint8�&!ð:S� �XêB
 
 $o;   ��¢þ�Tgclocals·5dfce38b1d248a3900c6ec750de77702�Tgclocals·44568aa369055d8938d809aa5d80843b���Bc:/go/src/net/textproto/reader.goþ"".init·1��€��æeH‹ %(���H‹‰����H„$€ýÿÿH;Awè����ëÛHì���Hœ$���Hƒû�„î���H-����H‰ßH‰îè����HÇÂ'���HÇÁ'���H‰ØH‰Œ$ˆ���1ÉH‰”$€���H‰T$(H‰\$xH‹l$(H9鍒���H‰D$0Hƒø�„‹���H‹H‹hH‰L$ H‰T$HH‰l$PH‰T$hH‰l$pH‰T$8H‰T$XH‰l$@H‰l$`H����H‰$H‹����H‰\$H\$hH‰\$H\$XH‰\$è����H‹D$0H‹L$ HƒÀHÿÁH‹l$(H9éŒnÿÿÿHÄ���É�énÿÿÿ‰é ÿÿÿ������>��0runtime.morestack_noctxt���‚��""".statictmp_0242���˜ø
� runtime.duffcopy���¢��,type.map[string]string���¸��"".commonHeader���ô��$runtime.mapassign1����€ ��"".autotmp_0248�ï
type.string�"".autotmp_0247�Ÿ type.*string�"".autotmp_0246��type.int�"".autotmp_0245��type.int�"".autotmp_0244�ß type.[39]string�"".autotmp_0241�Ï
type.string�"".autotmp_0240�¯
type.string�"".autotmp_0239�
type.[]string�"".v� type.string�,€ øÿ € �À�¤ ,R„N� �ùG�Tgclocals·0115f8d53b75c1696444f08ad03251d9�Tgclocals·0a4c3c0af2ef6d8fef2770da6beffb15���Bc:/go/src/net/textproto/reader.goþ""".(*Error).Error��à��ÂeH‹ %(���H‹‰����H;awè����ëãHì€���HDŽ$�������HDŽ$˜�������H|$`1Àè����H\$`Hƒû�„C��HÇÂ���HÇÁ���H‰\$HH‰T$PH‰L$XH����H‰$H‹œ$ˆ���H‰\$Hƒ|$�„ö���è����H‹L$H‹D$H‹\$HH‰$H‰L$8H‰L$H‰D$@H‰D$è����H����H‰$H‹œ$ˆ���H‰\$Hƒ|$�„•���HƒD$è����H‹L$H‹D$H‹\$HHƒÃH‰$H‰L$8H‰L$H‰D$@H‰D$è����H����H,$H‰ïH‰ÞH¥H¥H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$ è����H‹L$(H‹D$0H‰Œ$���H‰„$˜���HÄ€���É%����é_ÿÿÿ‰%����éþþÿÿ‰é¶þÿÿ������.��0runtime.morestack_noctxt���ˆð� runtime.duffzero���î��type.int���²��runtime.convT2E���Š��2runtime.writebarrieriface���˜��type.string���è��runtime.convT2E���È��2runtime.writebarrieriface���Ö��&go.string."%03d %s"���¸��fmt.Sprintf���0€�� "".autotmp_0257��"type.interface {}�"".autotmp_0256�"type.interface {}�"".autotmp_0254�o&type.[]interface {}�"".autotmp_0252�?(type.[2]interface {}� "".~r0�type.string�"".e��type.*"".Error�$€Ýÿ€.�°� T<ô��˜ÃU�Tgclocals·6d340c3bdac448a6ef1256f331f68dd3�Tgclocals·aa288e3c39d4102a912a36b10515d40d���Hc:/go/src/net/textproto/textproto.goþ,"".ProtocolError.Error��@��*H‹\$H‰\$H‹\$H‰\$ Ã�@��� "".~r0� type.string�"".p��*type."".ProtocolError� � �f ��Tgclocals·13d3af77a5bf02af6db4588efb2ea811�Tgclocals·3280bececceccd33cb74587feedb1f9f���Hc:/go/src/net/textproto/textproto.goþ"".NewConn��€��þeH‹ %(���H‹‰����H;awè����ëãHƒì@H����H‰$H‹\$HH‰\$H‹\$PH‰\$è����H\$H,$H‰ïH‰ÞH¥H¥è����H‹\$H‰\$8H����H‰$H‹\$HH‰\$H‹\$PH‰\$è����H\$H,$H‰ïH‰ÞH¥H¥è����H‹\$H‰\$0H����H‰$è����H‹L$H‰ÏHƒù�„©���1Àè����H‰L$(H‰ $Hƒ<$�„‚���H‹\$8H‰\$è����H‹\$(H‰$Hƒ<$�tZHƒ$(H‹\$0H‰\$è����H‹\$(H‰$Hƒ<$�t-Hƒ$xH‹\$HH‰\$H‹\$PH‰\$è����H‹\$(H‰\$XHƒÄ@É%����ëʉ%����띉%����érÿÿÿ‰éPÿÿÿ������.��0runtime.morestack_noctxt���H��type.io.Reader���‚��runtime.convI2I���²��bufio.NewReader���Ô��type.io.Writer���Ž��runtime.convI2I���¾��bufio.NewWriter���à��type."".Conn���ò��"runtime.newobject���¤¼� runtime.duffzero���ê��.runtime.writebarrierptr���²��.runtime.writebarrierptr���Ž��2runtime.writebarrieriface���0€��
"".autotmp_0263�/type.*"".Conn�"".autotmp_0262�$type.*bufio.Writer�"".autotmp_0261�$type.*bufio.Reader� "".~r1� type.*"".Conn�"".conn��.type.io.ReadWriteCloser�!€¸€&�€�†!FFž&��@F2<$h�Tgclocals·2c873704066e86b9a6b00dff51c6f524�Tgclocals·d17187785de6e87691f79774cd4b80f6���Hc:/go/src/net/textproto/textproto.goþ "".(*Conn).Close��€��ôeH‹ %(���H‹‰����H;awè����ëãHƒì(HÇD$8����HÇD$@����H‹\$0Hƒû�t8H‹KxH‹«€���H‰l$ H‰,$H‰L$H‹Y ÿÓH‹L$H‹D$H‰L$8H‰D$@HƒÄ(ÉëÄ������.��0runtime.morestack_noctxt���¶�
������0P�� "".~r0�type.error�"".c��type.*"".Conn�!PTOP
�€� ˜3M�
�[%�Tgclocals·a08e9001cb8f9d822225de3b8e406515�Tgclocals·d64e51a4c4bfeaa840e480961ec6b0b3���Hc:/go/src/net/textproto/textproto.goþ"".Dial��À��¦eH‹ %(���H‹‰����H;awè����ëãHƒì`HDŽ$�������HDŽ$˜�������H‹\$hH‰$H‹\$pH‰\$H‹\$xH‰\$H‹œ$€���H‰\$è����H‹l$ H‹T$(H‹D$0H‹L$8H‰L$HHƒø�H‰D$@t!HDŽ$ˆ�������H‰„$���H‰Œ$˜���HƒÄ`ÃH����H‰$H‰l$PH‰l$H‰T$XH‰T$è����H\$H,$H‰ïH‰ÞH¥H¥è����H‹\$H‰œ$ˆ���HDŽ$�������HDŽ$˜�������HƒÄ`à ������.��0runtime.morestack_noctxt���È��net.Dial���à��.type.io.ReadWriteCloser���š��runtime.convI2I���Ê��"".NewConn���pÀ�� "".err�?type.error�"".c�type.net.Conn� "".~r3�Ptype.error� "".~r2�@type.*"".Conn�"".addr� type.string�"".network��type.string� !À‹¿Àe¿� �¤9H !s� �c½�Tgclocals·031c5db7ad8b13885a665cc892ca95fe�Tgclocals·44568aa369055d8938d809aa5d80843b���Hc:/go/src/net/textproto/textproto.goþ"".(*Conn).Cmd��€��êeH‹ %(���H‹‰����H;awè����ëãHƒì@HDŽ$€�������HDŽ$ˆ�������H‹\$HH‰$Hƒ<$�„��Hƒ$8è����H‹D$H‹\$HH‰$Hƒ<$�„í���Hƒ$8H‰D$xH‰D$è����H‹\$HH‰$Hƒ<$�„¹���Hƒ$(H‹\$PH‰\$H‹\$XH‰\$H‹\$`H‰\$H‹\$hH‰\$ H‹\$pH‰\$(è����H‹L$0H‹D$8H‰Œ$€���H‰„$ˆ���H‹\$HH‰$Hƒ<$�tJHƒ$8H‹\$xH‰\$è����Hƒ¼$€����tHÇD$x����HƒÄ@ÃHDŽ$€�������HDŽ$ˆ�������HƒÄ@É%����뭉%����é;ÿÿÿ‰%����éÿÿÿ‰%����éØþÿÿ ������.��0runtime.morestack_noctxt���¦��&"".(*Pipeline).Next���€��6"".(*Pipeline).StartRequest��� ��."".(*Writer).PrintfLine���œ��2"".(*Pipeline).EndRequest���€��
"".err�ptype.error�
"".id�`type.uint�"".args�0&type.[]interface {}�"".format�type.string�"".c��type.*"".Conn�"!€‰€€8�€�4æ9#(j$    ��R-Žs�Tgclocals·59f6c319f432c26d94098bed8df63157�Tgclocals·73423680ca5f2d7df4fe760a82d507fb���Hc:/go/src/net/textproto/textproto.goþ"".TrimString��À��°eH‹ %(���H‹‰����H;awè����ëãH‹L$H‹D$Hƒø�~dHƒø�†Ú���¶)@€ý „Á���@€ý „·���@€ý
„­���@€ý „£���1Ҁú�t(H‰ÂHƒø‚ˆ���H‰ÈHÿÊHƒú�tHÿÀH‰ÁH‰ÐHƒø�œHƒø�~EH‰ÂHÿÊH9ÂsUH¶+@€ý t?@€ý t9@€ý
t3@€ý t-1Ҁú�tH‰ÂHÿÊH9ÐrH‰ÐHƒø�»H‰L$H‰D$ Ãè���� HÇÂ���ëÌè���� è���� HÇÂ���éSÿÿÿè���� ������.��0runtime.morestack_noctxt���Ð��$runtime.panicslice���ð��$runtime.panicindex���þ��$runtime.panicslice���¤��$runtime.panicindex���@���"".autotmp_0279��type.uint64�"".autotmp_0278��type.int�"".autotmp_0277��type.bool�"".autotmp_0274��type.uint64�"".autotmp_0272��type.int�"".autotmp_0271��type.int�"".autotmp_0270��type.int� "".~r1� type.string�"".s��type.string� � �4þ'B"7 � �ç9�Tgclocals·13d3af77a5bf02af6db4588efb2ea811�Tgclocals·3280bececceccd33cb74587feedb1f9f���Hc:/go/src/net/textproto/textproto.goþ"".TrimBytes��à��ÐeH‹ %(���H‹‰����H;awè����ëãH‹t$H‹L$H‹D$Hƒø�~pHƒø�†å���¶)@€ý „Ì���@€ý „Â���@€ý
„¸���@€ý „®���1Ҁú�t4H‰ÂHƒø‚“���H‰ÈH‰ÕHÿÍH‰òHÿÊHƒú�tHÿÀH‰ÁH‰èH‰ÖHƒø�Hƒø�~?H‰ÂHÿÊH9ÂsTH¶+@€ý t>@€ý t8@€ý
t2@€ý t,1Ҁú�tHÿÈH9ÆrHƒø�ÁH‰L$ H‰D$(H‰t$0Ãè���� HÇÂ���ëÍè���� è���� HÇÂ���éHÿÿÿè���� ������.��0runtime.morestack_noctxt���ð��$runtime.panicslice�����$runtime.panicindex���ž��$runtime.panicslice���Ä��$runtime.panicindex���`���"".autotmp_0296��type.uint64�"".autotmp_0295��type.uint64�"".autotmp_0294��type.int�"".autotmp_0293��type.bool�"".autotmp_0292��type.int�"".autotmp_0288��type.int�"".autotmp_0287��type.int�"".autotmp_0286��type.int� "".~r1�0type.[]uint8�"".b��type.[]uint8�°�°�4”,B.7� �÷9�Tgclocals·13c015770347481bee7a16dde25a3e2f�Tgclocals·3280bececceccd33cb74587feedb1f9f���Hc:/go/src/net/textproto/textproto.goþ"".isASCIISpace��`��D¶D$< t< t<
t
< tÆD$�ÃÆD$ëø� ��� "".~r1�type.bool�"".b��type.uint8�0�0� ¨+��Tgclocals·9308e7ef08d2cc2f72ae1228688dacf9�Tgclocals·3280bececceccd33cb74587feedb1f9f���Hc:/go/src/net/textproto/textproto.goþ "".isASCIILetter��@��@¶\$HƒË €ûar €ûzwÆD$ÃÆD$�ëø� ��� "".~r1�type.bool�"".b��type.uint8� � � ² ��Tgclocals·9308e7ef08d2cc2f72ae1228688dacf9�Tgclocals·3280bececceccd33cb74587feedb1f9f���Hc:/go/src/net/textproto/textproto.goþ"".NewWriter��€��øeH‹ %(���H‹‰����H;awè����ëãHƒìH����H‰$è����H‹D$HÇ�����HÇ@����H‰D$H‰$Hƒ<$�tH‹\$ H‰\$è����H‹\$H‰\$(HƒÄÉ%����ëÙ
������.��0runtime.morestack_noctxt���H��type."".Writer���Z��"runtime.newobject���À��.runtime.writebarrierptr��� 0��"".autotmp_0304�type.*"".Writer� "".~r1�type.*"".Writer�"".w��$type.*bufio.Writer�!0Q/0 �€�
,!_��,3!�Tgclocals·2148c3737b2bb476685a1100a2e8343e�Tgclocals·e1ae6533a9e39048ba0735a2264ce16a���Bc:/go/src/net/textproto/writer.goþ."".(*Writer).PrintfLine�� ��–eH‹ %(���H‹‰����H;awè����ëãHƒì`HDŽ$˜�������HDŽ$ �������H‹\$hH‰$è����H‹����1íH9è„À���H‹\$hH‹+H‰D$PH‰$H‰l$XH‰l$H‹\$pH‰\$H‹\$xH‰\$H‹œ$€���H‰\$ H‹œ$ˆ���H‰\$(H‹œ$���H‰\$0è����H‹\$hH‹+H‰,$H‹����H‰\$H‹����H‰\$H‹����H‰\$è����H‹\$hH‹+H‰,$è����H‹L$H‹D$H‰Œ$˜���H‰„$ ���HƒÄ`ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$éÿÿÿ������.��0runtime.morestack_noctxt���†��*"".(*Writer).closeDot���”��>go.itab.*bufio.Writer.io.Writer���à��fmt.Fprintf���†��"".crnl���ž�"".crnl���¶ �"".crnl���Ê��*bufio.(*Writer).Write���ì��*bufio.(*Writer).Flush���¸��$type.*bufio.Writer���Î��type.io.Writer���æ��>go.itab.*bufio.Writer.io.Writer���ú�� runtime.typ2Itab���€À�� "".~r2�`type.error�"".args�0&type.[]interface {}�"".format�type.string�"".w��type.*"".Writer�!À÷¿À7�Ð�<9m507� �BŽ�Tgclocals·409df732fad76b89b74bca24e7e8878c�Tgclocals·d64e51a4c4bfeaa840e480961ec6b0b3���Bc:/go/src/net/textproto/writer.goþ,"".(*Writer).DotWriter��À��¬eH‹ %(���H‹‰����H;awè����ëãHƒì(HÇD$8����HÇD$@����H‹\$0H‰$è����H����H‰$è����H‹D$HÇ�����HÇ@����H‰D$ H‰$Hƒ<$�„‘���H‹\$0H‰\$è����H‹\$0H‰$Hƒ<$�tiHƒ$H‹\$ H‰\$è����H‹����1íH9ètH‹\$0H‹kH‰l$@H‰D$8HƒÄ(ÃH����H‰$H����H‰\$H����H‰\$è����H‹D$빉%����뎉%����écÿÿÿ������.��0runtime.morestack_noctxt���z��*"".(*Writer).closeDot���ˆ��"type."".dotWriter���š��"runtime.newobject���ˆ��.runtime.writebarrierptr���Ð��.runtime.writebarrierptr���Þ��Hgo.itab.*"".dotWriter.io.WriteCloser���ª��$type.*"".dotWriter���À��&type.io.WriteCloser���Ø��Hgo.itab.*"".dotWriter.io.WriteCloser���ì�� runtime.typ2Itab���0P��"".autotmp_0309�$type.*"".dotWriter� "".~r0�&type.io.WriteCloser�"".w��type.*"".Writer�!P°OPN� �X3kU��<G$y�Tgclocals·d7e8a62d22b1cde6d92b17a55c33fe8f�Tgclocals·e1ae6533a9e39048ba0735a2264ce16a���Bc:/go/src/net/textproto/writer.goþ*"".(*Writer).closeDot�� ��†eH‹ %(���H‹‰����H;awè����ëãHƒìH‹D$ H‹X1íH9ët H‹hH‰,$è����HƒÄÃ������.��0runtime.morestack_noctxt���t��*"".(*dotWriter).Close���0��"".w��type.*"".Writer�!0!/�P�d&  �
�9�Tgclocals·519efd86263089ddb84df3cfe7fd2992�Tgclocals·3280bececceccd33cb74587feedb1f9f���Bc:/go/src/net/textproto/writer.goþ*"".(*dotWriter).Write��À��¾eH‹ %(���H‹‰����H;awè����ëãHƒì0H‹t$HH‹L$8HÇD$`����HÇD$h����1ÀH‹H‹+H‰l$(H‰D$XH9ðÅ���H‹\$@H9ðƒò���H¶+H‰êH‹iHƒý�…±���HÇA���ˆT$'€ú.uH‹\$(H‰$ÆD$.è����¶T$'H‹L$8€ú uHÇA���ˆT$'€ú
u%H‹\$(H‰$ÆD$ è����¶T$'H‹\$8HÇC����H‹\$(H‰$ˆT$è����H‹t$HH‹L$8H‹T$H‹D$H‰D$hHƒú�H‰T$`tHƒÄ0ÃH‹D$XHÿÀéÿÿÿHƒýuHÇA���€ú
u¥HÇA����ë›Hƒý„Vÿÿÿëè���� ������.��0runtime.morestack_noctxt���¼��2bufio.(*Writer).WriteByte���¢��2bufio.(*Writer).WriteByte���ê��2bufio.(*Writer).WriteByte���²��$runtime.panicindex���p`��"".autotmp_0314��type.int�"".c�type.uint8�
"".bw�$type.*bufio.Writer� "".err�Ptype.error�"".n�@type.int�"".b�type.[]uint8�"".d��$type.*"".dotWriter�!`€_`>�à�l†? 
 
  6
9(
1��»�Tgclocals·247f10f02a840ffda72e970ac0069253�Tgclocals·e1ae6533a9e39048ba0735a2264ce16a���Bc:/go/src/net/textproto/writer.goþ*"".(*dotWriter).Close��à��ÖeH‹ %(���H‹‰����H;awè����ëãHƒì@H‹D$HHÇD$P����HÇD$X����H‹(H‹]H9Ãu H‹1íH‰kH‹H‹+H‰l$8H‹hHƒý�uYH‹\$8H‰$H‹����H‰\$H‹����H‰\$H‹����H‰\$è����H‹\$8H‰$è����H‹L$H‹D$H‰L$PH‰D$XHƒÄ@ÃHƒýuH‹\$8H‰$ÆD$
è����ëŒH‹\$8H‰$ÆD$ è����ëÖ������.��0runtime.morestack_noctxt���Ü��"".dotcrnl���ô�"".dotcrnl���Œ �"".dotcrnl��� ��*bufio.(*Writer).Write���¼��*bufio.(*Writer).Flush��� ��2bufio.(*Writer).WriteByte���Ê��2bufio.(*Writer).WriteByte���0€��
"".bw�$type.*bufio.Writer� "".~r0�type.error�"".d��$type.*"".dotWriter�!€™€5�ð�8Î8   2'  ��2!�Tgclocals·d7e8a62d22b1cde6d92b17a55c33fe8f�Tgclocals·e1ae6533a9e39048ba0735a2264ce16a���Bc:/go/src/net/textproto/writer.goþ"".init��€��úeH‹ %(���H‹‰����H;awè����ëãHƒì¶����€û�t¶����€ûuHƒÄÃè���� Æ����è����è����è����è����è����è����è����è����è����H����H‰$HÇD$����è����H‹D$H����H‰$H‰D$è����è����Æ����HƒÄÃ*������.��0runtime.morestack_noctxt���H��"".initdone·���`��"".initdone·���~��"runtime.throwinit���Ž�"".initdone·���š��net.init���¤��fmt.init���®��strings.init���¸��strconv.init���Â��io/ioutil.init���Ì��io.init���Ö��bytes.init���à��bufio.init���ê��sync.init���ø��,type.map[string]string���œ��runtime.makemap���´��"".commonHeader���Ð��.runtime.writebarrierptr���Ú��"".init·1���æ�"".initdone·����0���!0/0~/�y3�îy²3±� �>‚�Tgclocals·3280bececceccd33cb74587feedb1f9f�Tgclocals·3280bececceccd33cb74587feedb1f9f���Bc:/go/src/net/textproto/writer.goBc:/go/src/net/textproto/reader.goþ(type..hash.[8]string�à��ÜeH‹ %(���H‹‰����H;awè����ëãHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸������.��0runtime.morestack_noctxt���Š��runtime.strhash���@`�� "".autotmp_0323�type.int�"".autotmp_0322�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��type.*[8]string�!`ˆ_`�°�°� �„,�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���Bc:/go/src/net/textproto/header.goþ$type..eq.[8]string�à��ÖeH‹ %(���H‹‰����H;awè����ëãHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$`Hƒû�„–���H‰ÅHkíHëH‹3H‹KH‹\$hHƒû�tvH‰ÅHkíHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ������.��0runtime.morestack_noctxt���Ð�� runtime.eqstring���@°��"".autotmp_0327�?type.string�"".autotmp_0326�type.string�"".autotmp_0325�_type.int�"".autotmp_0324�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�type.*[8]string�"".p��type.*[8]string�&!°´¯° ¯°�ð�ð� �§I�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���Bc:/go/src/net/textproto/header.goþ("".(*MIMEHeader).Add�� ��’eH‹ %(���H‹‰����H;awè����ëãHƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$81íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$8H‹+H‰,$H‹\$@H‰\$H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$ è����HƒÄ0Ã������.��0runtime.morestack_noctxt���Œ��*go.string."textproto"���¶��,go.string."MIMEHeader"���â��go.string."Add"���Š��"runtime.panicwrap���€��""".MIMEHeader.Add���P`��"".value�0type.string� "".key�type.string�""..this��&type.*"".MIMEHeader�!`§_�Ð�Ð� �„L�Tgclocals·f0ad7d3fc831d4fc04736f99120f8aa4�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ("".(*MIMEHeader).Set�� ��’eH‹ %(���H‹‰����H;awè����ëãHƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$81íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$8H‹+H‰,$H‹\$@H‰\$H‹\$HH‰\$H‹\$PH‰\$H‹\$XH‰\$ è����HƒÄ0Ã������.��0runtime.morestack_noctxt���Œ��*go.string."textproto"���¶��,go.string."MIMEHeader"���â��go.string."Set"���Š��"runtime.panicwrap���€��""".MIMEHeader.Set���P`��"".value�0type.string� "".key�type.string�""..this��&type.*"".MIMEHeader�!`§_�Ð�Ð� �„L�Tgclocals·f0ad7d3fc831d4fc04736f99120f8aa4�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ("".(*MIMEHeader).Get��À��¶eH‹ %(���H‹‰����H;awè����ëãHƒì0H‹Y H…Ût H|$8H9;uH‰#HÇD$P����HÇD$X����H‹\$81íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$8H‹+H‰,$H‹\$@H‰\$H‹\$HH‰\$è����H‹L$H‹D$ H‰L$PH‰D$XHƒÄ0Ã������.��0runtime.morestack_noctxt���°��*go.string."textproto"���Ú��,go.string."MIMEHeader"���†��go.string."Get"���®��"runtime.panicwrap���ü��""".MIMEHeader.Get���P`�� "".~r1�0type.string� "".key�type.string�""..this��&type.*"".MIMEHeader�!`¹_�à�à� �–J�Tgclocals·14c45952157723c8762210d9c661bf29�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ("".(*MIMEHeader).Del��€��êeH‹ %(���H‹‰����H;awè����ëãHƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$81íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$8H‹+H‰,$H‹\$@H‰\$H‹\$HH‰\$è����HƒÄ0Ã������.��0runtime.morestack_noctxt���Œ��*go.string."textproto"���¶��,go.string."MIMEHeader"���â��go.string."Del"���Š��"runtime.panicwrap���Ø��""".MIMEHeader.Del���0`�� "".key�type.string�""..this��&type.*"".MIMEHeader�!`“_ �À�
À� �„<�Tgclocals·d3486bc7ce1948dc22d7ad1c0be2887a�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ(type..hash.[1]string�à��ÜeH‹ %(���H‹‰����H;awè����ëãHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸������.��0runtime.morestack_noctxt���Š��runtime.strhash���@`�� "".autotmp_0331�type.int�"".autotmp_0330�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��type.*[1]string�!`ˆ_`�°�°� �„,�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���Bc:/go/src/net/textproto/header.goþ$type..eq.[1]string�à��ÖeH‹ %(���H‹‰����H;awè����ëãHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$`Hƒû�„–���H‰ÅHkíHëH‹3H‹KH‹\$hHƒû�tvH‰ÅHkíHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ������.��0runtime.morestack_noctxt���Ð�� runtime.eqstring���@°��"".autotmp_0335�?type.string�"".autotmp_0334�type.string�"".autotmp_0333�_type.int�"".autotmp_0332�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�type.*[1]string�"".p��type.*[1]string�&!°´¯° ¯°�ð�ð� �§I�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���Bc:/go/src/net/textproto/header.goþ2"".(*ProtocolError).Error��à��àeH‹ %(���H‹‰����H;awè����ëãHƒì0H‹Y H…Ût H|$8H9;uH‰#H‹\$81íH9ëuHH����H,$H‰ïH‰ÞH¥H¥H����Hl$H‰ïH‰ÞH¥H¥H����Hl$ H‰ïH‰ÞH¥H¥è���� H‹\$8Hƒû�tH‹ H‹kH‰L$@H‰l$HHƒÄ0Éëæ ������.��0runtime.morestack_noctxt���Œ��*go.string."textproto"���¶��2go.string."ProtocolError"���â��"go.string."Error"���Š��"runtime.panicwrap���0`�� "".~r0�type.string�""..this��,type.*"".ProtocolError�!`Š_`�°� °� �„,�Tgclocals·a08e9001cb8f9d822225de3b8e406515�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ&type..hash."".Error�À��¸eH‹ %(���H‹‰����H;awè����ëãHƒì H‹\$(H‰$Hƒ<$�tbHÇD$���H‹\$8H‰\$è����H‹D$H‹\$(H‰$Hƒ<$�t,Hƒ$HÇD$���H‰D$8H‰D$è����H‹\$H‰\$@HƒÄ É%����ëˉ%����ë•������.��0runtime.morestack_noctxt���Š��runtime.memhash���î��runtime.strhash���@@��
"".autotmp_0338��type.uintptr� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��type.*"".Error�!@h?@� � �
�D\�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���Bc:/go/src/net/textproto/header.goþ"type..eq."".Error�À��¾eH‹ %(���H‹‰����H;awè����ëãHƒìHH‹L$PH‹D$XH‹H‹(H9ët
ÆD$h�HƒÄHÃH‹qH‹IH‹PH‹@H9Áu@H‰t$8H‰4$H‰L$@H‰L$H‰T$(H‰T$H‰D$0H‰D$è����¶\$ €û�t
ÆD$hHƒÄHÃÆD$h�HƒÄHÃ������.��0runtime.morestack_noctxt���ú�� runtime.eqstring���@�� "".autotmp_0340�?type.string�"".autotmp_0339�type.string� "".~r3�0type.bool�"".s� type.uintptr�"".q�type.*"".Error�"".p��type.*"".Error�*!T � � �
�|$�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���Bc:/go/src/net/textproto/header.goþ*type..hash.[39]string�à��ÜeH‹ %(���H‹‰����H;awè����ëãHƒì0H‹L$H1ÀHÇD$ '���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸������.��0runtime.morestack_noctxt���Š��runtime.strhash���@`�� "".autotmp_0343�type.int�"".autotmp_0342�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p�� type.*[39]string�!`ˆ_`�°�°� �„,�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���Bc:/go/src/net/textproto/header.goþ&type..eq.[39]string�à��ÖeH‹ %(���H‹‰����H;awè����ëãHƒìX1ÀHÇD$('���H‹l$(H9荒���H‰D$0H‹\$`Hƒû�„–���H‰ÅHkíHëH‹3H‹KH‹\$hHƒû�tvH‰ÅHkíHëH‹H‹CH9ÁuVH‰t$HH‰4$H‰L$PH‰L$H‰T$8H‰T$H‰D$@H‰D$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ������.��0runtime.morestack_noctxt���Ð�� runtime.eqstring���@°��"".autotmp_0347�?type.string�"".autotmp_0346�type.string�"".autotmp_0345�_type.int�"".autotmp_0344�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q� type.*[39]string�"".p�� type.*[39]string�&!°´¯° ¯°�ð�ð� �§I�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���Bc:/go/src/net/textproto/header.goþ4type..hash.[2]interface {}�à��ÜeH‹ %(���H‹‰����H;awè����ëãHƒì0H‹L$H1ÀHÇD$ ���H‹l$ H9è}eH‰D$(H‰ÅH‰ÈHÁÀH»¿c»kïR�H¯ØH‰ØH‹\$8Hƒû�tDHkíHëH‰$HÇD$���H‰D$HH‰D$è����H‹L$H‹D$(HÿÀH‹l$ H9è|›H‰L$PHƒÄ0Éë¸������.��0runtime.morestack_noctxt���Š��(runtime.nilinterhash���@`�� "".autotmp_0350�type.int�"".autotmp_0349�type.int� "".~r3�0type.uintptr�"".h� type.uintptr�"".s�type.uintptr�"".p��*type.*[2]interface {}�!`ˆ_`�°�°� �„,�Tgclocals·2dc77d960dd3e4b3de2361f9cbd75783�Tgclocals·3280bececceccd33cb74587feedb1f9f���Bc:/go/src/net/textproto/header.goþ0type..eq.[2]interface {}�à��ÖeH‹ %(���H‹‰����H;awè����ëãHƒìX1ÀHÇD$(���H‹l$(H9荒���H‰D$0H‹\$hHƒû�„–���H‰ÅHkíHëH‹ H‹sH‹\$`Hƒû�tvH‰ÅHkíHëH‹H‹SH9ÈuVH‰D$8H‰$H‰T$@H‰T$H‰L$HH‰L$H‰t$PH‰t$è����¶\$ €û�t H‹D$0HÿÀH‹l$(H9èŒnÿÿÿÆD$xHƒÄXÃÆD$x�HƒÄXÉ놉écÿÿÿ������.��0runtime.morestack_noctxt���Ð��runtime.efaceeq���@°��"".autotmp_0354�?"type.interface {}�"".autotmp_0353�"type.interface {}�"".autotmp_0352�_type.int�"".autotmp_0351�Otype.int� "".~r3�0type.bool�"".s� type.uintptr�"".q�*type.*[2]interface {}�"".p��*type.*[2]interface {}�&!°´¯° ¯°�ð�ð� �§I�Tgclocals·9c703c5c7b9c1932c840b69f8ebce236�Tgclocals·44568aa369055d8938d809aa5d80843b���Bc:/go/src/net/textproto/header.goþ&"".(*Conn).ReadLine� ��ˆHÇD$����HÇD$����HÇD$ ����HÇD$(����H‹\$H‰\$Hƒ|$�té����‰%����ëòn��*"".(*Reader).ReadLine���P��� "".~r1�0type.error� "".~r0�type.string�""..this��type.*"".Conn�P�P�P��Tgclocals·5dfce38b1d248a3900c6ec750de77702�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ0"".(*Conn).ReadLineBytes� ��šHÇD$����HÇD$����HÇD$ ����HÇD$(����HÇD$0����H‹\$H‰\$Hƒ|$�té����‰%����ëò€��4"".(*Reader).ReadLineBytes���`��� "".~r1�@type.error� "".~r0�type.[]uint8�""..this��type.*"".Conn�P�P�P��Tgclocals·13c015770347481bee7a16dde25a3e2f�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ0"".(*Conn).readLineSlice� ��šHÇD$����HÇD$����HÇD$ ����HÇD$(����HÇD$0����H‹\$H‰\$Hƒ|$�té����‰%����ëò€��4"".(*Reader).readLineSlice���`��� "".~r1�@type.error� "".~r0�type.[]uint8�""..this��type.*"".Conn�P�P�P��Tgclocals·13c015770347481bee7a16dde25a3e2f�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ8"".(*Conn).ReadContinuedLine� ��ˆHÇD$����HÇD$����HÇD$ ����HÇD$(����H‹\$H‰\$Hƒ|$�té����‰%����ëòn��<"".(*Reader).ReadContinuedLine���P��� "".~r1�0type.error� "".~r0�type.string�""..this��type.*"".Conn�P�P�P��Tgclocals·5dfce38b1d248a3900c6ec750de77702�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þB"".(*Conn).ReadContinuedLineBytes� ��šHÇD$����HÇD$����HÇD$ ����HÇD$(����HÇD$0����H‹\$H‰\$Hƒ|$�té����‰%����ëò€��F"".(*Reader).ReadContinuedLineBytes���`��� "".~r1�@type.error� "".~r0�type.[]uint8�""..this��type.*"".Conn�P�P�P��Tgclocals·13c015770347481bee7a16dde25a3e2f�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þB"".(*Conn).readContinuedLineSlice� ��šHÇD$����HÇD$����HÇD$ ����HÇD$(����HÇD$0����H‹\$H‰\$Hƒ|$�té����‰%����ëò€��F"".(*Reader).readContinuedLineSlice���`��� "".~r1�@type.error� "".~r0�type.[]uint8�""..this��type.*"".Conn�P�P�P��Tgclocals·13c015770347481bee7a16dde25a3e2f�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ("".(*Conn).skipSpace�`��RHÇD$����H‹\$H‰\$Hƒ|$�té����‰%����ëò8��,"".(*Reader).skipSpace��� ��� "".~r0�type.int�""..this��type.*"".Conn�0�0�0��Tgclocals·06cab038d51064a089bda21fa03e00f7�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ."".(*Conn).readCodeLine�À��¤HÇD$8����HÇD$@����HÇD$(����HÇD$0����ÆD$ �HÇD$����H‹\$H‰\$Hƒ|$�té����‰%����ëòŠ��2"".(*Reader).readCodeLine���€��� "".err�`type.error�"".message�@type.string�"".continued�0type.bool�"".code� type.int�"".expectCode�type.int�""..this��type.*"".Conn�`�`�`��Tgclocals·197adf6cbe5be885abe1d505ab426716�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ."".(*Conn).ReadCodeLine� ��šHÇD$0����HÇD$8����HÇD$ ����HÇD$(����HÇD$����H‹\$H‰\$Hƒ|$�té����‰%����ëò€��2"".(*Reader).ReadCodeLine���p���
"".err�Ptype.error�"".message�0type.string�"".code� type.int�"".expectCode�type.int�""..this��type.*"".Conn�P�P�P��Tgclocals·20681a0fc1cebf9c63481b48d858353f�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ."".(*Conn).ReadResponse� ��šHÇD$0����HÇD$8����HÇD$ ����HÇD$(����HÇD$����H‹\$H‰\$Hƒ|$�té����‰%����ëò€��2"".(*Reader).ReadResponse���p���
"".err�Ptype.error�"".message�0type.string�"".code� type.int�"".expectCode�type.int�""..this��type.*"".Conn�P�P� P��Tgclocals·20681a0fc1cebf9c63481b48d858353f�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ("".(*Conn).DotReader�€��dHÇD$����HÇD$����H‹\$H‰\$Hƒ|$�té����‰%����ëòJ��,"".(*Reader).DotReader���0��� "".~r0�type.io.Reader�""..this��type.*"".Conn�@�@�"@��Tgclocals·a08e9001cb8f9d822225de3b8e406515�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ."".(*Conn).ReadDotBytes� ��šHÇD$����HÇD$����HÇD$ ����HÇD$(����HÇD$0����H‹\$H‰\$Hƒ|$�té����‰%����ëò€��2"".(*Reader).ReadDotBytes���`��� "".~r1�@type.error� "".~r0�type.[]uint8�""..this��type.*"".Conn�P�P�$P��Tgclocals·13c015770347481bee7a16dde25a3e2f�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ."".(*Conn).ReadDotLines� ��šHÇD$����HÇD$����HÇD$ ����HÇD$(����HÇD$0����H‹\$H‰\$Hƒ|$�té����‰%����ëò€��2"".(*Reader).ReadDotLines���`��� "".~r1�@type.error� "".~r0�type.[]string�""..this��type.*"".Conn�P�P�&P��Tgclocals·13c015770347481bee7a16dde25a3e2f�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ2"".(*Conn).ReadMIMEHeader�€��vHÇD$����HÇD$����HÇD$ ����H‹\$H‰\$Hƒ|$�té����‰%����ëò\��6"".(*Reader).ReadMIMEHeader���@��� "".~r1� type.error� "".~r0�$type."".MIMEHeader�""..this��type.*"".Conn�@�@�(@��Tgclocals·13d3af77a5bf02af6db4588efb2ea811�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þB"".(*Conn).upcomingHeaderNewlines�`��RHÇD$����H‹\$H‰\$Hƒ|$�té����‰%����ëò8��F"".(*Reader).upcomingHeaderNewlines��� ���"".n�type.int�""..this��type.*"".Conn�0�0�*0��Tgclocals·06cab038d51064a089bda21fa03e00f7�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ*"".(*Conn).PrintfLine�€��pHÇD$8����HÇD$@����H‹\$H‰\$Hƒ|$�t HƒD$(é����‰%����ëìV��."".(*Writer).PrintfLine���€��� "".~r2�`type.error�"".args�0&type.[]interface {}�"".format�type.string�""..this��type.*"".Conn�@�@�,@��Tgclocals·409df732fad76b89b74bca24e7e8878c�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ("".(*Conn).DotWriter�€��pHÇD$����HÇD$����H‹\$H‰\$Hƒ|$�t HƒD$(é����‰%����ëìV��,"".(*Writer).DotWriter���0��� "".~r0�&type.io.WriteCloser�""..this��type.*"".Conn�@�@�.@��Tgclocals·a08e9001cb8f9d822225de3b8e406515�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ"".(*Conn).Next�`��^HÇD$����H‹\$H‰\$Hƒ|$�t HƒD$8é����‰%����ëìD��&"".(*Pipeline).Next��� ��� "".~r0�type.uint�""..this��type.*"".Conn�0�0�00��Tgclocals·06cab038d51064a089bda21fa03e00f7�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ."".(*Conn).StartRequest�`��LH‹\$H‰\$Hƒ|$�t HƒD$8é����‰%����ëì2��6"".(*Pipeline).StartRequest��� ���
"".id�type.uint�""..this��type.*"".Conn�0�0�20��Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ*"".(*Conn).EndRequest�`��LH‹\$H‰\$Hƒ|$�t HƒD$8é����‰%����ëì2��2"".(*Pipeline).EndRequest��� ���
"".id�type.uint�""..this��type.*"".Conn�0�0�40��Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ0"".(*Conn).StartResponse�`��LH‹\$H‰\$Hƒ|$�t HƒD$8é����‰%����ëì2��8"".(*Pipeline).StartResponse��� ���
"".id�type.uint�""..this��type.*"".Conn�0�0�60��Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þ,"".(*Conn).EndResponse�`��LH‹\$H‰\$Hƒ|$�t HƒD$8é����‰%����ëì2��4"".(*Pipeline).EndResponse��� ���
"".id�type.uint�""..this��type.*"".Conn�0�0�80��Tgclocals·cd30d2bcfdea04ed7c49639580b4bd08�Tgclocals·3280bececceccd33cb74587feedb1f9f���<autogenerated>þTgclocals·3ccc96973fd725c9a42ea5f76ad89f91�0��0���������������€���þTgclocals·9a90374975a8610a14ef231e086acf29�0��0���
���Š���Š���Š���Š����þTgclocals·99236d68bc3bfa00c93938cf888144b6�(��(���
����������"����þTgclocals·46b690808f7e1a8626f300054e53774f�(��(���
���Š���Š���Š����þTgclocals·d64e51a4c4bfeaa840e480961ec6b0b3��������������þTgclocals·14c45952157723c8762210d9c661bf29������
���
����þTgclocals·8d600a433c6aaa81a4fe446d95c5546b� �� ��������������þTgclocals·bd51743682bd6c0f7b9f2e8e6dffed99� �� ������
���
����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·06cab038d51064a089bda21fa03e00f7�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·cd30d2bcfdea04ed7c49639580b4bd08�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·cd30d2bcfdea04ed7c49639580b4bd08�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·cd30d2bcfdea04ed7c49639580b4bd08�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·cd30d2bcfdea04ed7c49639580b4bd08�������������þTgclocals·a1d43ae95c73e63911b2653c141da29e�(��(�������������
����þTgclocals·4df0ca373c4c083f16b1234afd8f9a91�(��(����������������þ.go.string."out of sync"�@��8�������� �������out of sync�� �.go.string."out of sync"���þTgclocals·69e210bfb9d4cfd521b6fdf014e025e0�(��(�����������������þTgclocals·4df0ca373c4c083f16b1234afd8f9a91�(��(����������������þTgclocals·e1ae6533a9e39048ba0735a2264ce16a� �� ��������������þTgclocals·2148c3737b2bb476685a1100a2e8343e� �� �������������þTgclocals·0fe963234b8e5f5cb42ca2ebff9c30ee� �� ���
������� ����þTgclocals·896a3e2c9de7030cc72aa334f690557d� �� ���
����������þTgclocals·97c2da9e1071fad18330bbd9cf956e68�(��(����������+��� ���þTgclocals·6d3fa487f5e45db9cb9199d2a5e0e216�(��(��� �������������þTgclocals·dc9682a6fac8228e1e63c8f2087e4c10�0��0���������� ��� �� ��þTgclocals·9fcabcff059425eb5732bdd45e48e99f�0��0��� ����������������þTgclocals·0fe963234b8e5f5cb42ca2ebff9c30ee� �� ���
������� ����þTgclocals·896a3e2c9de7030cc72aa334f690557d� �� ���
����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·13c015770347481bee7a16dde25a3e2f������ �������þTgclocals·97c2da9e1071fad18330bbd9cf956e68�(��(����������+��� ���þTgclocals·6d3fa487f5e45db9cb9199d2a5e0e216�(��(��� �������������þTgclocals·677ab978c7564f8018e5d9a1078589a0�€��€���0���������������������� �����€ ������������ ������‚ ����þTgclocals·23d5059e9962722032581567c9c431f8�H��H��� �������������������������þTgclocals·d64e51a4c4bfeaa840e480961ec6b0b3��������������þTgclocals·06cab038d51064a089bda21fa03e00f7�������������þTgclocals·a310211a5d93ca643985188646602d0e� �� ���������������þTgclocals·917ce470a0c6e52e49b8c40592169996� �� ���������V���þ,<go.itab."".ProtocolError.error�����þ,.go.itab.*"".Error.error�����þ8go.string."short response: "�P��B���������������short response: �� �8go.string."short response: "���þFgo.string."invalid response code: "�P��P���������������invalid response code: �� �Fgo.string."invalid response code: "���þTgclocals·e7f4dba3bcd6685af2c6b02cc37dc292�8��8���
������������������€����þTgclocals·0eac19f73d8513769bd6b05faeed8c2c�8��8��������� ��R ��R ��R ���þXgo.string."unexpected multi-line response: "�p��b�������� �������unexpected multi-line response: �� �Xgo.string."unexpected multi-line response: "���þTgclocals·150bd0745d0ccd7ff65e5c80b670a3b7�(��(������������������þTgclocals·355f8351bc400c13cd1ff82e8534c56c�(��(���������–���–����þ$go.string."\x0d\n"�0��&���������������
�� �$go.string."\x0d\n"���þgo.string."\n"�0��$���������������
�� �go.string."\n"���þTgclocals·78b238b9e6a307ce30c9495453e27424�8��8�������������� �����������þTgclocals·a496dd9226ecb866206876ac5aeea19c�8��8���������–,��–,��,��,���þ,>go.itab.*"".dotReader.io.Reader�����þTgclocals·e1ae6533a9e39048ba0735a2264ce16a� �� ��������������þTgclocals·d7e8a62d22b1cde6d92b17a55c33fe8f� �� �������������þTgclocals·a03e05e9903a39c926aa5d394a2bec2c�0��0���������������������þTgclocals·80b23a151e72544b603d58f6b9193a73�0��0������
���
��
-��
-���þTgclocals·61e2515c69061b8fed0e66ece719f936� �� ��������������þTgclocals·ac5bea9c8a91f5fb1d31bdacc5067b57� �� �������������þTgclocals·d64e51a4c4bfeaa840e480961ec6b0b3��������������þTgclocals·13c015770347481bee7a16dde25a3e2f������ �������þTgclocals·4cf88bbacce7134f6fe480d43c73a0c6�8��8�������������°������€���þTgclocals·087b252595d1cf818646664b23f12798�8��8��� �������������������þPgo.string."malformed MIME header line: "�`��Z���������������malformed MIME header line: �� �Pgo.string."malformed MIME header line: "���þTgclocals·98f292bdba7b4c04ebe2b9f7037d1c76�°��° ���D������������������������������������,��‚��������������������€���������‚,���������Š,���������‚,��������¬��������
¬���������¬���������þTgclocals·21a5968df14d3325855d0bce7c59b4a9�p��p ���������������������
����������������������þTgclocals·98a1cc4b1e487a8c1b167979e655e44f�(��(������������������þTgclocals·f9893e9c58a6aa35944179719ace6b0e�(��(����������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·13d3af77a5bf02af6db4588efb2ea811�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·5dfce38b1d248a3900c6ec750de77702������
�������þ$go.string."Accept"�0��.���������������Accept�� �$go.string."Accept"���þ4go.string."Accept-Charset"�@��>���������������Accept-Charset�� �4go.string."Accept-Charset"���þ6go.string."Accept-Encoding"�@��@���������������Accept-Encoding�� �6go.string."Accept-Encoding"���þ6go.string."Accept-Language"�@��@���������������Accept-Language�� �6go.string."Accept-Language"���þ2go.string."Accept-Ranges"�@��<�������� �������Accept-Ranges�� �2go.string."Accept-Ranges"���þ2go.string."Cache-Control"�@��<�������� �������Cache-Control�� �2go.string."Cache-Control"���þgo.string."Cc"�0��&���������������Cc�� �go.string."Cc"���þ,go.string."Connection"�@��6��������
�������Connection�� �,go.string."Connection"���þ,go.string."Content-Id"�@��6��������
�������Content-Id�� �,go.string."Content-Id"���þ8go.string."Content-Language"�P��B���������������Content-Language�� �8go.string."Content-Language"���þ4go.string."Content-Length"�@��>���������������Content-Length�� �4go.string."Content-Length"���þJgo.string."Content-Transfer-Encoding"�`��T���������������Content-Transfer-Encoding�� �Jgo.string."Content-Transfer-Encoding"���þ0go.string."Content-Type"�@��:�������� �������Content-Type�� �0go.string."Content-Type"���þ$go.string."Cookie"�0��.���������������Cookie�� �$go.string."Cookie"���þ go.string."Date"�0��*���������������Date�� � go.string."Date"���þ4go.string."Dkim-Signature"�@��>���������������Dkim-Signature�� �4go.string."Dkim-Signature"���þ go.string."Etag"�0��*���������������Etag�� � go.string."Etag"���þ&go.string."Expires"�0��0���������������Expires�� �&go.string."Expires"���þ go.string."From"�0��*���������������From�� � go.string."From"���þ go.string."Host"�0��*���������������Host�� � go.string."Host"���þ:go.string."If-Modified-Since"�P��D���������������If-Modified-Since�� �:go.string."If-Modified-Since"���þ2go.string."If-None-Match"�@��<�������� �������If-None-Match�� �2go.string."If-None-Match"���þ.go.string."In-Reply-To"�@��8�������� �������In-Reply-To�� �.go.string."In-Reply-To"���þ2go.string."Last-Modified"�@��<�������� �������Last-Modified�� �2go.string."Last-Modified"���þ(go.string."Location"�@��2���������������Location�� �(go.string."Location"���þ,go.string."Message-Id"�@��6��������
�������Message-Id�� �,go.string."Message-Id"���þ0go.string."Mime-Version"�@��:�������� �������Mime-Version�� �0go.string."Mime-Version"���þ$go.string."Pragma"�0��.���������������Pragma�� �$go.string."Pragma"���þ(go.string."Received"�@��2���������������Received�� �(go.string."Received"���þ.go.string."Return-Path"�@��8�������� �������Return-Path�� �.go.string."Return-Path"���þ$go.string."Server"�0��.���������������Server�� �$go.string."Server"���þ,go.string."Set-Cookie"�@��6��������
�������Set-Cookie�� �,go.string."Set-Cookie"���þ&go.string."Subject"�0��0���������������Subject�� �&go.string."Subject"���þgo.string."To"�0��&���������������To�� �go.string."To"���þ,go.string."User-Agent"�@��6��������
�������User-Agent�� �,go.string."User-Agent"���þgo.string."Via"�0��(���������������Via�� �go.string."Via"���þ6go.string."X-Forwarded-For"�@��@���������������X-Forwarded-For�� �6go.string."X-Forwarded-For"���þ0go.string."X-Imforwards"�@��:�������� �������X-Imforwards�� �0go.string."X-Imforwards"���þ0go.string."X-Powered-By"�@��:�������� �������X-Powered-By�� �0go.string."X-Powered-By"���þTgclocals·0a4c3c0af2ef6d8fef2770da6beffb15�p��p���´���������������������������ˆ�"""""""""""""""""""��þTgclocals·0115f8d53b75c1696444f08ad03251d9�����������þ&go.string."%03d %s"�0��0���������������%03d %s�� �&go.string."%03d %s"���þTgclocals·aa288e3c39d4102a912a36b10515d40d�(��(���������� ü��ü��þTgclocals·6d340c3bdac448a6ef1256f331f68dd3�(��(����������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·13d3af77a5bf02af6db4588efb2ea811�������������þTgclocals·d17187785de6e87691f79774cd4b80f6�8��8���������� ���(���
�������þTgclocals·2c873704066e86b9a6b00dff51c6f524�8��8������ ��� ��� ��� ��� ����þTgclocals·d64e51a4c4bfeaa840e480961ec6b0b3��������������þTgclocals·a08e9001cb8f9d822225de3b8e406515�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·031c5db7ad8b13885a665cc892ca95fe���������"����þTgclocals·73423680ca5f2d7df4fe760a82d507fb�����������þTgclocals·59f6c319f432c26d94098bed8df63157�(��(������Š���Š��ŠÐ��þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·13d3af77a5bf02af6db4588efb2ea811�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·13c015770347481bee7a16dde25a3e2f������ �������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9308e7ef08d2cc2f72ae1228688dacf9�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·9308e7ef08d2cc2f72ae1228688dacf9�������������þTgclocals·e1ae6533a9e39048ba0735a2264ce16a� �� ��������������þTgclocals·2148c3737b2bb476685a1100a2e8343e� �� �������������þ,>go.itab.*bufio.Writer.io.Writer�����þTgclocals·d64e51a4c4bfeaa840e480961ec6b0b3��������������þTgclocals·409df732fad76b89b74bca24e7e8878c���������Š����þ,Hgo.itab.*"".dotWriter.io.WriteCloser�����þTgclocals·e1ae6533a9e39048ba0735a2264ce16a� �� ��������������þTgclocals·d7e8a62d22b1cde6d92b17a55c33fe8f� �� �������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·519efd86263089ddb84df3cfe7fd2992�������������þTgclocals·e1ae6533a9e39048ba0735a2264ce16a� �� ��������������þTgclocals·247f10f02a840ffda72e970ac0069253� �� ������
���
���þTgclocals·e1ae6533a9e39048ba0735a2264ce16a� �� ��������������þTgclocals·d7e8a62d22b1cde6d92b17a55c33fe8f� �� �������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þ*"".commonHeader��,type.map[string]string���þ*"".crnl��0type.[]uint8�0�������������������������""".statictmp_0318���þ*"".dotcrnl��0type.[]uint8�0�������������������������""".statictmp_0319���þ""".statictmp_0242��à type.[39]string�à �������������������������������������������������������������������� ��������������� ������������������������������
���������������
������������������������������������������������������������ ��������������������������������������������������������������������������������������������������������������������������������������� ��������������� ��������������� ������������������������������
��������������� ��������������������������������������������� ������������������������������
���������������������������������������������
��������������������������������������������� ��������������� �������N� �$go.string."Accept"���  �4go.string."Accept-Charset"���@ �6go.string."Accept-Encoding"���` �6go.string."Accept-Language"���€ �2go.string."Accept-Ranges"���  �2go.string."Cache-Control"���À �go.string."Cc"���à �,go.string."Connection"���€ �,go.string."Content-Id"���  �8go.string."Content-Language"���À �4go.string."Content-Length"���à �Jgo.string."Content-Transfer-Encoding"���€ �0go.string."Content-Type"���  �$go.string."Cookie"���À � go.string."Date"���à �4go.string."Dkim-Signature"���€ � go.string."Etag"���  �&go.string."Expires"���À � go.string."From"���à � go.string."Host"���€ �:go.string."If-Modified-Since"���  �2go.string."If-None-Match"���À �.go.string."In-Reply-To"���à �2go.string."Last-Modified"���€ �(go.string."Location"���  �,go.string."Message-Id"���À �0go.string."Mime-Version"���à �$go.string."Pragma"���€ �(go.string."Received"���  �.go.string."Return-Path"���À �$go.string."Server"���à �,go.string."Set-Cookie"���€ �&go.string."Subject"���  �go.string."To"���À �,go.string."User-Agent"���à �go.string."Via"���€  �6go.string."X-Forwarded-For"���   �0go.string."X-Imforwards"���À  �0go.string."X-Powered-By"���þ,""".statictmp_0318��type.[2]uint8�
�þ,""".statictmp_0319��type.[3]uint8�.
�þ,"".initdone·��type.uint8���þ("".MIMEHeader.Add·f��������������""".MIMEHeader.Add���þ8"".CanonicalMIMEHeaderKey·f��������������2"".CanonicalMIMEHeaderKey���þ:runtime.mapaccess1_faststr·f��������������4runtime.mapaccess1_faststr���þ(runtime.growslice·f��������������"runtime.growslice���þ:runtime.writebarrierstring·f��������������4runtime.writebarrierstring���þ*runtime.mapassign1·f��������������$runtime.mapassign1���þ("".MIMEHeader.Set·f��������������""".MIMEHeader.Set���þ(runtime.newobject·f��������������"runtime.newobject���þ("".MIMEHeader.Get·f��������������""".MIMEHeader.Get���þ*runtime.panicindex·f��������������$runtime.panicindex���þ,runtime.throwreturn·f��������������&runtime.throwreturn���þ("".MIMEHeader.Del·f��������������""".MIMEHeader.Del���þ(runtime.mapdelete·f��������������"runtime.mapdelete���þ,"".(*Pipeline).Next·f��������������&"".(*Pipeline).Next���þ*sync.(*Mutex).Lock·f��������������$sync.(*Mutex).Lock���þ.sync.(*Mutex).Unlock·f��������������(sync.(*Mutex).Unlock���þ<"".(*Pipeline).StartRequest·f��������������6"".(*Pipeline).StartRequest���þ0"".(*sequencer).Start·f��������������*"".(*sequencer).Start���þ8"".(*Pipeline).EndRequest·f��������������2"".(*Pipeline).EndRequest���þ,"".(*sequencer).End·f��������������&"".(*sequencer).End���þ>"".(*Pipeline).StartResponse·f��������������8"".(*Pipeline).StartResponse���þ:"".(*Pipeline).EndResponse·f��������������4"".(*Pipeline).EndResponse���þ&runtime.makechan·f�������������� runtime.makechan���þ$runtime.makemap·f��������������runtime.makemap���þ4runtime.writebarrierptr·f��������������.runtime.writebarrierptr���þ(runtime.chanrecv1·f��������������"runtime.chanrecv1���þ$runtime.convT2E·f��������������runtime.convT2E���þ$runtime.gopanic·f��������������runtime.gopanic���þ8runtime.mapaccess2_fast64·f��������������2runtime.mapaccess2_fast64���þ(runtime.chansend1·f��������������"runtime.chansend1���þ"".NewReader·f��������������"".NewReader���þ0"".(*Reader).ReadLine·f��������������*"".(*Reader).ReadLine���þ:"".(*Reader).readLineSlice·f��������������4"".(*Reader).readLineSlice���þ8runtime.slicebytetostring·f��������������2runtime.slicebytetostring���þ:"".(*Reader).ReadLineBytes·f��������������4"".(*Reader).ReadLineBytes���þ(runtime.makeslice·f��������������"runtime.makeslice���þ$runtime.memmove·f��������������runtime.memmove���þ0"".(*Reader).closeDot·f��������������*"".(*Reader).closeDot���þ6bufio.(*Reader).ReadLine·f��������������0bufio.(*Reader).ReadLine���þB"".(*Reader).ReadContinuedLine·f��������������<"".(*Reader).ReadContinuedLine���þL"".(*Reader).readContinuedLineSlice·f��������������F"".(*Reader).readContinuedLineSlice���þ"".trim·f��������������"".trim���þ*runtime.panicslice·f��������������$runtime.panicslice���þL"".(*Reader).ReadContinuedLineBytes·f��������������F"".(*Reader).ReadContinuedLineBytes���þ.bufio.(*Reader).Peek·f��������������(bufio.(*Reader).Peek���þ8runtime.writebarrierslice·f��������������2runtime.writebarrierslice���þ2"".(*Reader).skipSpace·f��������������,"".(*Reader).skipSpace���þ6bufio.(*Reader).ReadByte·f��������������0bufio.(*Reader).ReadByte���þ:bufio.(*Reader).UnreadByte·f��������������4bufio.(*Reader).UnreadByte���þ8"".(*Reader).readCodeLine·f��������������2"".(*Reader).readCodeLine���þ&"".parseCodeLine·f�������������� "".parseCodeLine���þ0runtime.concatstring2·f��������������*runtime.concatstring2���þ$runtime.convT2I·f��������������runtime.convT2I���þstrconv.Atoi·f��������������strconv.Atoi���þ&runtime.typ2Itab·f�������������� runtime.typ2Itab���þ8"".(*Reader).ReadCodeLine·f��������������2"".(*Reader).ReadCodeLine���þ8"".(*Reader).ReadResponse·f��������������2"".(*Reader).ReadResponse���þ(strings.TrimRight·f��������������"strings.TrimRight���þ0runtime.concatstring3·f��������������*runtime.concatstring3���þ2"".(*Reader).DotReader·f��������������,"".(*Reader).DotReader���þ."".(*dotReader).Read·f��������������("".(*dotReader).Read���þ$runtime.ifaceeq·f��������������runtime.ifaceeq���þ8"".(*Reader).ReadDotBytes·f��������������2"".(*Reader).ReadDotBytes���þ(io/ioutil.ReadAll·f��������������"io/ioutil.ReadAll���þ8"".(*Reader).ReadDotLines·f��������������2"".(*Reader).ReadDotLines���þ<"".(*Reader).ReadMIMEHeader·f��������������6"".(*Reader).ReadMIMEHeader���þL"".(*Reader).upcomingHeaderNewlines·f��������������F"".(*Reader).upcomingHeaderNewlines���þ$bytes.IndexByte·f��������������bytes.IndexByte���þ8"".canonicalMIMEHeaderKey·f��������������2"".canonicalMIMEHeaderKey���þ8runtime.stringtoslicebyte·f��������������2runtime.stringtoslicebyte���þ>runtime.slicebytetostringtmp·f��������������8runtime.slicebytetostringtmp���þ"".init·1·f��������������"".init·1���þ("".(*Error).Error·f��������������""".(*Error).Error���þ8runtime.writebarrieriface·f��������������2runtime.writebarrieriface���þfmt.Sprintf·f��������������fmt.Sprintf���þ2"".ProtocolError.Error·f��������������,"".ProtocolError.Error���þ"".NewConn·f��������������"".NewConn���þ$runtime.convI2I·f��������������runtime.convI2I���þ$bufio.NewReader·f��������������bufio.NewReader���þ$bufio.NewWriter·f��������������bufio.NewWriter���þ&"".(*Conn).Close·f�������������� "".(*Conn).Close���þ"".Dial·f��������������"".Dial���þnet.Dial·f��������������net.Dial���þ""".(*Conn).Cmd·f��������������"".(*Conn).Cmd���þ4"".(*Writer).PrintfLine·f��������������."".(*Writer).PrintfLine���þ "".TrimString·f��������������"".TrimString���þ"".TrimBytes·f��������������"".TrimBytes���þ$"".isASCIISpace·f��������������"".isASCIISpace���þ&"".isASCIILetter·f�������������� "".isASCIILetter���þ"".NewWriter·f��������������"".NewWriter���þ0"".(*Writer).closeDot·f��������������*"".(*Writer).closeDot���þfmt.Fprintf·f��������������fmt.Fprintf���þ0bufio.(*Writer).Write·f��������������*bufio.(*Writer).Write���þ0bufio.(*Writer).Flush·f��������������*bufio.(*Writer).Flush���þ2"".(*Writer).DotWriter·f��������������,"".(*Writer).DotWriter���þ0"".(*dotWriter).Close·f��������������*"".(*dotWriter).Close���þ0"".(*dotWriter).Write·f��������������*"".(*dotWriter).Write���þ8bufio.(*Writer).WriteByte·f��������������2bufio.(*Writer).WriteByte���þ"".init·f��������������"".init���þ(runtime.throwinit·f��������������"runtime.throwinit���þnet.init·f��������������net.init���þfmt.init·f��������������fmt.init���þstrings.init·f��������������strings.init���þstrconv.init·f��������������strconv.init���þ"io/ioutil.init·f��������������io/ioutil.init���þio.init·f��������������io.init���þbytes.init·f��������������bytes.init���þbufio.init·f��������������bufio.init���þsync.init·f��������������sync.init���þbruntime.gcbits.0x48844400000000000000000000000000� �� H„D��������������þ(go.string."[]string"�@��2���������������[]string�� �(go.string."[]string"���þtype.[]string� �� �������Ó¨ó
�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��(go.string."[]string"���p��,go.weak.type.*[]string���€��"runtime.zerovalue�����type.string���þ:go.typelink.[]string/[]string��������������type.[]string���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ0type..hashfunc.[8]string��������������(type..hash.[8]string���þ,type..eqfunc.[8]string��������������$type..eq.[8]string���þ&type..alg.[8]string� �� �������������������0type..hashfunc.[8]string�����,type..eqfunc.[8]string���þbruntime.gcbits.0x48484848484848480000000000000000� �� HHHHHHHH���������þ*go.string."[8]string"�@��4�������� �������[8]string�� �*go.string."[8]string"���þtype.[8]string�À��À€�������USŒ>���������������������������������������������������������������������������������� ��&type..alg.[8]string���0��bruntime.gcbits.0x48484848484848480000000000000000���P��*go.string."[8]string"���p��.go.weak.type.*[8]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[8]string/[8]string��������������type.[8]string���þ,go.string."[][]string"�@��6��������
�������[][]string�� �,go.string."[][]string"���þtype.[][]string� �� �������¼:è�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��,go.string."[][]string"���p��0go.weak.type.*[][]string���€��"runtime.zerovalue�����type.[]string���þBgo.typelink.[][]string/[][]string��������������type.[][]string���þbruntime.gcbits.0x48844448844448844448844400000000� �� H„DH„DH„DH„D�����þ.go.string."[8][]string"�@��8�������� �������[8][]string�� �.go.string."[8][]string"���þ type.[8][]string�À��ÀÀ�������½e³r���������������������������������������������������������������������������������� à� runtime.algarray���0��bruntime.gcbits.0x48844448844448844448844400000000���P��.go.string."[8][]string"���p��2go.weak.type.*[8][]string���€��"runtime.zerovalue�����type.[]string��� ��type.[][]string���þFgo.typelink.[8][]string/[8][]string�������������� type.[8][]string���þbruntime.gcbits.0x88000000000000000000000000000000� �� ˆ����������������þNgo.string."*map.bucket[string][]string"�`��X���������������*map.bucket[string][]string�� �Ngo.string."*map.bucket[string][]string"���þ@type.*map.bucket[string][]string� �� �������ÄY¬R�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Ngo.string."*map.bucket[string][]string"���p��Rgo.weak.type.**map.bucket[string][]string���€��"runtime.zerovalue�����>type.map.bucket[string][]string���þ,Ftype..gc.map.bucket[string][]string�,����þNtype..gcprog.map.bucket[string][]string���*™™™™Y–eY–e �þLgo.string."map.bucket[string][]string"�`��V���������������map.bucket[string][]string�� �Lgo.string."map.bucket[string][]string"���þ go.string."keys"�0��*���������������keys�� � go.string."keys"���þ$go.string."values"�0��.���������������values�� �$go.string."values"���þ(go.string."overflow"�@��2���������������overflow�� �(go.string."overflow"���þ>type.map.bucket[string][]string�°��°P������úTJ¹���Y�����������������������������������������������������������������������������������������������������������������������������������������������������ˆ���������������������������������������H������ à� runtime.algarray���0��Ftype..gc.map.bucket[string][]string���@��Ntype..gcprog.map.bucket[string][]string���P��Lgo.string."map.bucket[string][]string"���p��Pgo.weak.type.*map.bucket[string][]string���€��"runtime.zerovalue���À�>type.map.bucket[string][]string���À�� go.string."keys"���à��type.[8]string�����$go.string."values"���°�� type.[8][]string���à��(go.string."overflow"���€��@type.*map.bucket[string][]string���þbruntime.gcbits.0x44844800000000000000000000000000� �� D„H��������������þFgo.string."map.hdr[string][]string"�P��P���������������map.hdr[string][]string�� �Fgo.string."map.hdr[string][]string"���þ&go.string."buckets"�0��0���������������buckets�� �&go.string."buckets"���þ,go.string."oldbuckets"�@��6��������
�������oldbuckets�� �,go.string."oldbuckets"���þ8type.map.hdr[string][]string�à��à0�������–‹˜�������������������������������������������������������������������������������������������������������������������������������������������������������� ������� à� runtime.algarray���0��bruntime.gcbits.0x44844800000000000000000000000000���P��Fgo.string."map.hdr[string][]string"���p��Jgo.weak.type.*map.hdr[string][]string���€��"runtime.zerovalue���À�8type.map.hdr[string][]string���À��&go.string."buckets"���à��@type.*map.bucket[string][]string�����,go.string."oldbuckets"���°��@type.*map.bucket[string][]string���þBgo.string."*textproto.MIMEHeader"�P��L���������������*textproto.MIMEHeader�� �Bgo.string."*textproto.MIMEHeader"���þ*go.string."textproto"�@��4�������� �������textproto�� �*go.string."textproto"���þ,go.string."MIMEHeader"�@��6��������
�������MIMEHeader�� �,go.string."MIMEHeader"���þgo.string."Add"�0��(���������������Add�� �go.string."Add"���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·f0ad7d3fc831d4fc04736f99120f8aa4������
���Š����þgo.string."Set"�0��(���������������Set�� �go.string."Set"���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·f0ad7d3fc831d4fc04736f99120f8aa4������
���Š����þgo.string."Get"�0��(���������������Get�� �go.string."Get"���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·14c45952157723c8762210d9c661bf29������
���
����þgo.string."Del"�0��(���������������Del�� �go.string."Del"���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·d3486bc7ce1948dc22d7ad1c0be2887a���������
����þngo.string."func(*textproto.MIMEHeader, string, string)"�€��x��������+�������func(*textproto.MIMEHeader, string, string)�� �ngo.string."func(*textproto.MIMEHeader, string, string)"���þRtype.func(*"".MIMEHeader, string, string)�°��°�������‘rÃ�3�������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��ngo.string."func(*textproto.MIMEHeader, string, string)"���p��dgo.weak.type.*func(*"".MIMEHeader, string, string)���€��"runtime.zerovalue��� €�Rtype.func(*"".MIMEHeader, string, string)���а�Rtype.func(*"".MIMEHeader, string, string)���€��&type.*"".MIMEHeader�����type.string��� ��type.string���þ^go.string."func(*textproto.MIMEHeader, string)"�p��h��������#�������func(*textproto.MIMEHeader, string)�� �^go.string."func(*textproto.MIMEHeader, string)"���þBtype.func(*"".MIMEHeader, string)� �� �������P+?µ�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��^go.string."func(*textproto.MIMEHeader, string)"���p��Tgo.weak.type.*func(*"".MIMEHeader, string)���€��"runtime.zerovalue��� €�Btype.func(*"".MIMEHeader, string)���Р�Btype.func(*"".MIMEHeader, string)���€��&type.*"".MIMEHeader�����type.string���þlgo.string."func(*textproto.MIMEHeader, string) string"�€��v��������*�������func(*textproto.MIMEHeader, string) string�� �lgo.string."func(*textproto.MIMEHeader, string) string"���þPtype.func(*"".MIMEHeader, string) string�°��°�������éª.^�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��lgo.string."func(*textproto.MIMEHeader, string) string"���p��bgo.weak.type.*func(*"".MIMEHeader, string) string���€��"runtime.zerovalue��� €�Ptype.func(*"".MIMEHeader, string) string���Р�Ptype.func(*"".MIMEHeader, string) string���€��&type.*"".MIMEHeader�����type.string��� ��type.string���þ@go.string."func(string, string)"�P��J���������������func(string, string)�� �@go.string."func(string, string)"���þ2type.func(string, string)� �� �������õ!™é�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��@go.string."func(string, string)"���p��Dgo.weak.type.*func(string, string)���€��"runtime.zerovalue��� €�2type.func(string, string)���Р�2type.func(string, string)���€��type.string�����type.string���þ0go.string."func(string)"�@��:�������� �������func(string)�� �0go.string."func(string)"���þ"type.func(string)����������ŠÇ¹¾�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��0go.string."func(string)"���p��4go.weak.type.*func(string)���€��"runtime.zerovalue��� €�"type.func(string)���А�"type.func(string)���€��type.string���þ>go.string."func(string) string"�P��H���������������func(string) string�� �>go.string."func(string) string"���þ0type.func(string) string� �� �������Mü¨ç�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��>go.string."func(string) string"���p��Bgo.weak.type.*func(string) string���€��"runtime.zerovalue��� €�0type.func(string) string���А�0type.func(string) string���€��type.string�����type.string���þ&type.*"".MIMEHeader��ð��ð�������ÖI"�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������8  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Bgo.string."*textproto.MIMEHeader"���p��8go.weak.type.**"".MIMEHeader���€��"runtime.zerovalue�����$type."".MIMEHeader���` �&type.*"".MIMEHeader���Àð�&type.*"".MIMEHeader���ð��go.string."Add"�����2type.func(string, string)��� ��Rtype.func(*"".MIMEHeader, string, string)���°��("".(*MIMEHeader).Add���À��("".(*MIMEHeader).Add���Ð��go.string."Del"���ð��"type.func(string)���€��Btype.func(*"".MIMEHeader, string)�����("".(*MIMEHeader).Del��� ��("".(*MIMEHeader).Del���°��go.string."Get"���Ð��0type.func(string) string���à��Ptype.func(*"".MIMEHeader, string) string���ð��("".(*MIMEHeader).Get���€��("".(*MIMEHeader).Get�����go.string."Set"���°��2type.func(string, string)���À��Rtype.func(*"".MIMEHeader, string, string)���Ð��("".(*MIMEHeader).Set���à��("".(*MIMEHeader).Set���þ@go.string."textproto.MIMEHeader"�P��J���������������textproto.MIMEHeader�� �@go.string."textproto.MIMEHeader"���þlgo.string."func(textproto.MIMEHeader, string, string)"�€��v��������*�������func(textproto.MIMEHeader, string, string)�� �lgo.string."func(textproto.MIMEHeader, string, string)"���þPtype.func("".MIMEHeader, string, string)�°��°�������ˆ~4�3�������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��lgo.string."func(textproto.MIMEHeader, string, string)"���p��bgo.weak.type.*func("".MIMEHeader, string, string)���€��"runtime.zerovalue��� €�Ptype.func("".MIMEHeader, string, string)���а�Ptype.func("".MIMEHeader, string, string)���€��$type."".MIMEHeader�����type.string��� ��type.string���þ\go.string."func(textproto.MIMEHeader, string)"�p��f��������"�������func(textproto.MIMEHeader, string)�� �\go.string."func(textproto.MIMEHeader, string)"���þ@type.func("".MIMEHeader, string)� �� �������ÝÔþ�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��\go.string."func(textproto.MIMEHeader, string)"���p��Rgo.weak.type.*func("".MIMEHeader, string)���€��"runtime.zerovalue��� €�@type.func("".MIMEHeader, string)���Р�@type.func("".MIMEHeader, string)���€��$type."".MIMEHeader�����type.string���þjgo.string."func(textproto.MIMEHeader, string) string"�€��t��������)�������func(textproto.MIMEHeader, string) string�� �jgo.string."func(textproto.MIMEHeader, string) string"���þNtype.func("".MIMEHeader, string) string�°��°�������Z2q�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��jgo.string."func(textproto.MIMEHeader, string) string"���p��`go.weak.type.*func("".MIMEHeader, string) string���€��"runtime.zerovalue��� €�Ntype.func("".MIMEHeader, string) string���Р�Ntype.func("".MIMEHeader, string) string���€��$type."".MIMEHeader�����type.string��� ��type.string���þ$type."".MIMEHeader��°��°�������t:»­�5������������������������������������������������������������������������������������������P����������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������B €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��@go.string."textproto.MIMEHeader"���p��&type.*"".MIMEHeader���€��"runtime.zerovalue�����type.string��� ��type.[]string���°��>type.map.bucket[string][]string���À��8type.map.hdr[string][]string���`à�$type."".MIMEHeader���à��,go.string."MIMEHeader"���ð��"go.importpath."".���€°�$type."".MIMEHeader���°��go.string."Add"���Ð��2type.func(string, string)���à��Ptype.func("".MIMEHeader, string, string)���ð��""".MIMEHeader.Add���€��""".MIMEHeader.Add�����go.string."Del"���°��"type.func(string)���À��@type.func("".MIMEHeader, string)���Ð��""".MIMEHeader.Del���à��""".MIMEHeader.Del���ð��go.string."Get"�����0type.func(string) string��� ��Ntype.func("".MIMEHeader, string) string���°��""".MIMEHeader.Get���À��""".MIMEHeader.Get���Ð��go.string."Set"���ð��2type.func(string, string)���€��Ptype.func("".MIMEHeader, string, string)�����""".MIMEHeader.Set��� ��""".MIMEHeader.Set���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ0type..hashfunc.[1]string��������������(type..hash.[1]string���þ,type..eqfunc.[1]string��������������$type..eq.[1]string���þ&type..alg.[1]string� �� �������������������0type..hashfunc.[1]string�����,type..eqfunc.[1]string���þbruntime.gcbits.0x48000000000000000000000000000000� �� H����������������þ*go.string."[1]string"�@��4�������� �������[1]string�� �*go.string."[1]string"���þtype.[1]string�À��À�������ĸb �������������������������������������������������������������������������������� ��&type..alg.[1]string���0��bruntime.gcbits.0x48000000000000000000000000000000���P��*go.string."[1]string"���p��.go.weak.type.*[1]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þ>go.typelink.[1]string/[1]string��������������type.[1]string���þ,go.string."*[1]string"�@��6��������
�������*[1]string�� �,go.string."*[1]string"���þtype.*[1]string� �� �������l.!ä�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."*[1]string"���p��0go.weak.type.**[1]string���€��"runtime.zerovalue�����type.[1]string���þ*go.string."chan uint"�@��4�������� �������chan uint�� �*go.string."chan uint"���þtype.chan uint�°��°�������Ù}QU�2�����������������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��*go.string."chan uint"���p��.go.weak.type.*chan uint���€��"runtime.zerovalue�����type.uint���þ>go.typelink.chan uint/chan uint��������������type.chan uint���þ$go.string."[]uint"�0��.���������������[]uint�� �$go.string."[]uint"���þtype.[]uint� �� �������ö@^�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��$go.string."[]uint"���p��(go.weak.type.*[]uint���€��"runtime.zerovalue�����type.uint���þ2go.typelink.[]uint/[]uint��������������type.[]uint���þ^runtime.gcbits.0x000000000000000000000000000000� �� �����������������þ&go.string."[8]uint"�0��0���������������[8]uint�� �&go.string."[8]uint"���þtype.[8]uint�À��À@�������7¢ì ���‘������������������������������������������������������������������������������� �� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��&go.string."[8]uint"���p��*go.weak.type.*[8]uint���€��"runtime.zerovalue�����type.uint��� ��type.[]uint���þ6go.typelink.[8]uint/[8]uint��������������type.[8]uint���þ.go.string."[]chan uint"�@��8�������� �������[]chan uint�� �.go.string."[]chan uint"���þ type.[]chan uint� �� �������wHV�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��.go.string."[]chan uint"���p��2go.weak.type.*[]chan uint���€��"runtime.zerovalue�����type.chan uint���þFgo.typelink.[]chan uint/[]chan uint�������������� type.[]chan uint���þbruntime.gcbits.0x88888888000000000000000000000000� �� ˆˆˆˆ�������������þ0go.string."[8]chan uint"�@��:�������� �������[8]chan uint�� �0go.string."[8]chan uint"���þ"type.[8]chan uint�À��À@�������e˜r���������������������������������������������������������������������������������� �� runtime.algarray���0��bruntime.gcbits.0x88888888000000000000000000000000���P��0go.string."[8]chan uint"���p��4go.weak.type.*[8]chan uint���€��"runtime.zerovalue�����type.chan uint��� �� type.[]chan uint���þJgo.typelink.[8]chan uint/[8]chan uint��������������"type.[8]chan uint���þLgo.string."*map.bucket[uint]chan uint"�`��V���������������*map.bucket[uint]chan uint�� �Lgo.string."*map.bucket[uint]chan uint"���þ>type.*map.bucket[uint]chan uint� �� �������5{X�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Lgo.string."*map.bucket[uint]chan uint"���p��Pgo.weak.type.**map.bucket[uint]chan uint���€��"runtime.zerovalue�����<type.map.bucket[uint]chan uint���þbruntime.gcbits.0x44444444848888888800000000000000� �� DDDD„ˆˆˆˆ��������þJgo.string."map.bucket[uint]chan uint"�`��T���������������map.bucket[uint]chan uint�� �Jgo.string."map.bucket[uint]chan uint"���þ<type.map.bucket[uint]chan uint�°��°�������™ž§â��������������������������������������������������������������������������������������������������������������������������������������������������������H���������������������������������������ˆ������� à� runtime.algarray���0��bruntime.gcbits.0x44444444848888888800000000000000���P��Jgo.string."map.bucket[uint]chan uint"���p��Ngo.weak.type.*map.bucket[uint]chan uint���€��"runtime.zerovalue���À�<type.map.bucket[uint]chan uint���À�� go.string."keys"���à��type.[8]uint�����$go.string."values"���°��"type.[8]chan uint���à��(go.string."overflow"���€��>type.*map.bucket[uint]chan uint���þDgo.string."map.hdr[uint]chan uint"�P��N���������������map.hdr[uint]chan uint�� �Dgo.string."map.hdr[uint]chan uint"���þ6type.map.hdr[uint]chan uint�à��à0�������+JÃ�������������������������������������������������������������������������������������������������������������������������������������������������������� ������� à� runtime.algarray���0��bruntime.gcbits.0x44844800000000000000000000000000���P��Dgo.string."map.hdr[uint]chan uint"���p��Hgo.weak.type.*map.hdr[uint]chan uint���€��"runtime.zerovalue���À�6type.map.hdr[uint]chan uint���À��&go.string."buckets"���à��>type.*map.bucket[uint]chan uint�����,go.string."oldbuckets"���°��>type.*map.bucket[uint]chan uint���þ<go.string."map[uint]chan uint"�P��F���������������map[uint]chan uint�� �<go.string."map[uint]chan uint"���þ.type.map[uint]chan uint�Ü��Ü�������€Àº›�5������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��<go.string."map[uint]chan uint"���p��@go.weak.type.*map[uint]chan uint���€��"runtime.zerovalue�����type.uint��� ��type.chan uint���°��<type.map.bucket[uint]chan uint���À��6type.map.hdr[uint]chan uint���þbgo.typelink.map[uint]chan uint/map[uint]chan uint��������������.type.map[uint]chan uint���þ@go.string."*textproto.sequencer"�P��J���������������*textproto.sequencer�� �@go.string."*textproto.sequencer"���þXgo.string."func(*textproto.sequencer, uint)"�p��b�������� �������func(*textproto.sequencer, uint)�� �Xgo.string."func(*textproto.sequencer, uint)"���þ<type.func(*"".sequencer, uint)� �� �������Q¾,(�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Xgo.string."func(*textproto.sequencer, uint)"���p��Ngo.weak.type.*func(*"".sequencer, uint)���€��"runtime.zerovalue��� €�<type.func(*"".sequencer, uint)���Р�<type.func(*"".sequencer, uint)���€��$type.*"".sequencer�����type.uint���þgo.string."End"�0��(���������������End�� �go.string."End"���þ,go.string."func(uint)"�@��6��������
�������func(uint)�� �,go.string."func(uint)"���þtype.func(uint)����������Ä.�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."func(uint)"���p��0go.weak.type.*func(uint)���€��"runtime.zerovalue��� €�type.func(uint)���А�type.func(uint)���€��type.uint���þ"go.string."Start"�0��,���������������Start�� �"go.string."Start"���þ$type.*"".sequencer��°��°�������•óõ¾�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������$  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��@go.string."*textproto.sequencer"���p��6go.weak.type.**"".sequencer���€��"runtime.zerovalue�����"type."".sequencer���` �$type.*"".sequencer���Àð�$type.*"".sequencer���ð��go.string."End"�����type.func(uint)��� ��<type.func(*"".sequencer, uint)���°��&"".(*sequencer).End���À��&"".(*sequencer).End���Ð��"go.string."Start"���ð��type.func(uint)���€��<type.func(*"".sequencer, uint)�����*"".(*sequencer).Start��� ��*"".(*sequencer).Start���þbruntime.gcbits.0x44488400000000000000000000000000� �� DH„��������������þ>go.string."textproto.sequencer"�P��H���������������textproto.sequencer�� �>go.string."textproto.sequencer"���þgo.string."mu"�0��&���������������mu�� �go.string."mu"���þgo.string."id"�0��&���������������id�� �go.string."id"���þ go.string."wait"�0��*���������������wait�� � go.string."wait"���þ*go.string."sequencer"�@��4�������� �������sequencer�� �*go.string."sequencer"���þ"type."".sequencer��€��€�������u­$|���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������& à� runtime.algarray���0��bruntime.gcbits.0x44488400000000000000000000000000���P��>go.string."textproto.sequencer"���p��$type.*"".sequencer���€��"runtime.zerovalue���À�"type."".sequencer���À��go.string."mu"���Ð��"go.importpath."".���à��type.sync.Mutex�����go.string."id"��� ��"go.importpath."".���°��type.uint���à�� go.string."wait"���ð��"go.importpath."".���€��.type.map[uint]chan uint���`°�"type."".sequencer���°��*go.string."sequencer"���À��"go.importpath."".���Ѐ�"type."".sequencer���þbruntime.gcbits.0x44444884000000000000000000000000� �� DDH„�������������þ<go.string."textproto.Pipeline"�P��F���������������textproto.Pipeline�� �<go.string."textproto.Pipeline"���þ&go.string."request"�0��0���������������request�� �&go.string."request"���þ(go.string."response"�@��2���������������response�� �(go.string."response"���þ(go.string."Pipeline"�@��2���������������Pipeline�� �(go.string."Pipeline"���þ type."".Pipeline��Ð��Ð@�������ôÕpr�������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������(�����������������������������������������������, à� runtime.algarray���0��bruntime.gcbits.0x44444884000000000000000000000000���P��<go.string."textproto.Pipeline"���p��"type.*"".Pipeline���€��"runtime.zerovalue���À� type."".Pipeline���À��go.string."mu"���Ð��"go.importpath."".���à��type.sync.Mutex�����go.string."id"��� ��"go.importpath."".���°��type.uint���à��&go.string."request"���ð��"go.importpath."".���€��"type."".sequencer���°��(go.string."response"���À��"go.importpath."".���Ð��"type."".sequencer���`€� type."".Pipeline���€��(go.string."Pipeline"�����"go.importpath."".��� Ð� type."".Pipeline���þ>go.string."*textproto.Pipeline"�P��H���������������*textproto.Pipeline�� �>go.string."*textproto.Pipeline"���þVgo.string."func(*textproto.Pipeline, uint)"�`��`���������������func(*textproto.Pipeline, uint)�� �Vgo.string."func(*textproto.Pipeline, uint)"���þ:type.func(*"".Pipeline, uint)� �� �������ڏԾ�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Vgo.string."func(*textproto.Pipeline, uint)"���p��Lgo.weak.type.*func(*"".Pipeline, uint)���€��"runtime.zerovalue��� €�:type.func(*"".Pipeline, uint)���Р�:type.func(*"".Pipeline, uint)���€��"type.*"".Pipeline�����type.uint���þTgo.string."func(*textproto.Pipeline) uint"�`��^���������������func(*textproto.Pipeline) uint�� �Tgo.string."func(*textproto.Pipeline) uint"���þ8type.func(*"".Pipeline) uint� �� �������}R;�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Tgo.string."func(*textproto.Pipeline) uint"���p��Jgo.weak.type.*func(*"".Pipeline) uint���€��"runtime.zerovalue��� €�8type.func(*"".Pipeline) uint���А�8type.func(*"".Pipeline) uint���€��"type.*"".Pipeline�����type.uint���þ,go.string."EndRequest"�@��6��������
�������EndRequest�� �,go.string."EndRequest"���þ.go.string."EndResponse"�@��8�������� �������EndResponse�� �.go.string."EndResponse"���þ go.string."Next"�0��*���������������Next�� � go.string."Next"���þ.go.string."func() uint"�@��8�������� �������func() uint�� �.go.string."func() uint"���þ type.func() uint����������â?.5�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��.go.string."func() uint"���p��2go.weak.type.*func() uint���€��"runtime.zerovalue��� €� type.func() uint���Ѐ� type.func() uint���€��type.uint���þ0go.string."StartRequest"�@��:�������� �������StartRequest�� �0go.string."StartRequest"���þ2go.string."StartResponse"�@��<�������� �������StartResponse�� �2go.string."StartResponse"���þ"type.*"".Pipeline��Ð��Ð�������²wÙ¢�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������B  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��>go.string."*textproto.Pipeline"���p��4go.weak.type.**"".Pipeline���€��"runtime.zerovalue����� type."".Pipeline���` �"type.*"".Pipeline���Àð�"type.*"".Pipeline���ð��,go.string."EndRequest"�����type.func(uint)��� ��:type.func(*"".Pipeline, uint)���°��2"".(*Pipeline).EndRequest���À��2"".(*Pipeline).EndRequest���Ð��.go.string."EndResponse"���ð��type.func(uint)���€��:type.func(*"".Pipeline, uint)�����4"".(*Pipeline).EndResponse��� ��4"".(*Pipeline).EndResponse���°�� go.string."Next"���Ð�� type.func() uint���à��8type.func(*"".Pipeline) uint���ð��&"".(*Pipeline).Next���€��&"".(*Pipeline).Next�����0go.string."StartRequest"���°��type.func(uint)���À��:type.func(*"".Pipeline, uint)���Ð��6"".(*Pipeline).StartRequest���à��6"".(*Pipeline).StartRequest���ð��2go.string."StartResponse"�����type.func(uint)��� ��:type.func(*"".Pipeline, uint)���°��8"".(*Pipeline).StartResponse���À��8"".(*Pipeline).StartResponse���þ,go.string."*chan uint"�@��6��������
�������*chan uint�� �,go.string."*chan uint"���þtype.*chan uint� �� �������`Ý¿�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."*chan uint"���p��0go.weak.type.**chan uint���€��"runtime.zerovalue�����type.chan uint���þ:go.string."*textproto.Reader"�P��D���������������*textproto.Reader�� �:go.string."*textproto.Reader"���þZgo.string."func(*textproto.Reader) io.Reader"�p��d��������!�������func(*textproto.Reader) io.Reader�� �Zgo.string."func(*textproto.Reader) io.Reader"���þ>type.func(*"".Reader) io.Reader� �� �������
çI²�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Zgo.string."func(*textproto.Reader) io.Reader"���p��Pgo.weak.type.*func(*"".Reader) io.Reader���€��"runtime.zerovalue��� €�>type.func(*"".Reader) io.Reader���А�>type.func(*"".Reader) io.Reader���€��type.*"".Reader�����type.io.Reader���þzgo.string."func(*textproto.Reader, int) (int, string, error)"���„��������1�������func(*textproto.Reader, int) (int, string, error)�� �zgo.string."func(*textproto.Reader, int) (int, string, error)"���þ^type.func(*"".Reader, int) (int, string, error)�Ð��Ð�������
–Ž �3���������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��zgo.string."func(*textproto.Reader, int) (int, string, error)"���p��pgo.weak.type.*func(*"".Reader, int) (int, string, error)���€��"runtime.zerovalue��� €�^type.func(*"".Reader, int) (int, string, error)���Р�^type.func(*"".Reader, int) (int, string, error)���€��type.*"".Reader�����type.int��� ��type.int���°��type.string���À��type.error���þfgo.string."func(*textproto.Reader) (string, error)"�p��p��������'�������func(*textproto.Reader) (string, error)�� �fgo.string."func(*textproto.Reader) (string, error)"���þJtype.func(*"".Reader) (string, error)�°��°�������"–pD�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��fgo.string."func(*textproto.Reader) (string, error)"���p��\go.weak.type.*func(*"".Reader) (string, error)���€��"runtime.zerovalue��� €�Jtype.func(*"".Reader) (string, error)���А�Jtype.func(*"".Reader) (string, error)���€��type.*"".Reader�����type.string��� ��type.error���þ&go.string."[]uint8"�0��0���������������[]uint8�� �&go.string."[]uint8"���þtype.[]uint8� �� �������ß~.8�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��&go.string."[]uint8"���p��*go.weak.type.*[]uint8���€��"runtime.zerovalue�����type.uint8���þ6go.typelink.[]uint8/[]uint8��������������type.[]uint8���þhgo.string."func(*textproto.Reader) ([]uint8, error)"�€��r��������(�������func(*textproto.Reader) ([]uint8, error)�� �hgo.string."func(*textproto.Reader) ([]uint8, error)"���þLtype.func(*"".Reader) ([]uint8, error)�°��°�������* ’u�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��hgo.string."func(*textproto.Reader) ([]uint8, error)"���p��^go.weak.type.*func(*"".Reader) ([]uint8, error)���€��"runtime.zerovalue��� €�Ltype.func(*"".Reader) ([]uint8, error)���А�Ltype.func(*"".Reader) ([]uint8, error)���€��type.*"".Reader�����type.[]uint8��� ��type.error���þjgo.string."func(*textproto.Reader) ([]string, error)"�€��t��������)�������func(*textproto.Reader) ([]string, error)�� �jgo.string."func(*textproto.Reader) ([]string, error)"���þNtype.func(*"".Reader) ([]string, error)�°��°�������CQʽ�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��jgo.string."func(*textproto.Reader) ([]string, error)"���p��`go.weak.type.*func(*"".Reader) ([]string, error)���€��"runtime.zerovalue��� €�Ntype.func(*"".Reader) ([]string, error)���А�Ntype.func(*"".Reader) ([]string, error)���€��type.*"".Reader�����type.[]string��� ��type.error���þ‚go.string."func(*textproto.Reader) (textproto.MIMEHeader, error)"���Œ��������5�������func(*textproto.Reader) (textproto.MIMEHeader, error)�� �‚go.string."func(*textproto.Reader) (textproto.MIMEHeader, error)"���þXtype.func(*"".Reader) ("".MIMEHeader, error)�°��°�������uí‚ �3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��‚go.string."func(*textproto.Reader) (textproto.MIMEHeader, error)"���p��jgo.weak.type.*func(*"".Reader) ("".MIMEHeader, error)���€��"runtime.zerovalue��� €�Xtype.func(*"".Reader) ("".MIMEHeader, error)���А�Xtype.func(*"".Reader) ("".MIMEHeader, error)���€��type.*"".Reader�����$type."".MIMEHeader��� ��type.error���þFgo.string."func(*textproto.Reader)"�P��P���������������func(*textproto.Reader)�� �Fgo.string."func(*textproto.Reader)"���þ*type.func(*"".Reader)����������1$/�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Fgo.string."func(*textproto.Reader)"���p��<go.weak.type.*func(*"".Reader)���€��"runtime.zerovalue��� €�*type.func(*"".Reader)���А�*type.func(*"".Reader)���€��type.*"".Reader���þ†go.string."func(*textproto.Reader, int) (int, bool, string, error)"�����������7�������func(*textproto.Reader, int) (int, bool, string, error)�� �†go.string."func(*textproto.Reader, int) (int, bool, string, error)"���þjtype.func(*"".Reader, int) (int, bool, string, error)�à��à�������õK �3������������������������������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��†go.string."func(*textproto.Reader, int) (int, bool, string, error)"���p��|go.weak.type.*func(*"".Reader, int) (int, bool, string, error)���€��"runtime.zerovalue��� €�jtype.func(*"".Reader, int) (int, bool, string, error)���Р�jtype.func(*"".Reader, int) (int, bool, string, error)���€��type.*"".Reader�����type.int��� ��type.int���°��type.bool���À��type.string���Ð��type.error���þNgo.string."func(*textproto.Reader) int"�`��X���������������func(*textproto.Reader) int�� �Ngo.string."func(*textproto.Reader) int"���þ2type.func(*"".Reader) int� �� �������”Ü1�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Ngo.string."func(*textproto.Reader) int"���p��Dgo.weak.type.*func(*"".Reader) int���€��"runtime.zerovalue��� €�2type.func(*"".Reader) int���А�2type.func(*"".Reader) int���€��type.*"".Reader�����type.int���þ*go.string."DotReader"�@��4�������� �������DotReader�� �*go.string."DotReader"���þ8go.string."func() io.Reader"�P��B���������������func() io.Reader�� �8go.string."func() io.Reader"���þ*type.func() io.Reader����������s\+�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."func() io.Reader"���p��<go.weak.type.*func() io.Reader���€��"runtime.zerovalue��� €�*type.func() io.Reader���Ѐ�*type.func() io.Reader���€��type.io.Reader���þ0go.string."ReadCodeLine"�@��:�������� �������ReadCodeLine�� �0go.string."ReadCodeLine"���þTgo.string."func(int) (int, string, error)"�`��^���������������func(int) (int, string, error)�� �Tgo.string."func(int) (int, string, error)"���þFtype.func(int) (int, string, error)�À��À������� Bd�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Tgo.string."func(int) (int, string, error)"���p��Xgo.weak.type.*func(int) (int, string, error)���€��"runtime.zerovalue��� €�Ftype.func(int) (int, string, error)���А�Ftype.func(int) (int, string, error)���€��type.int�����type.int��� ��type.string���°��type.error���þ:go.string."ReadContinuedLine"�P��D���������������ReadContinuedLine�� �:go.string."ReadContinuedLine"���þDgo.string."func() (string, error)"�P��N���������������func() (string, error)�� �Dgo.string."func() (string, error)"���þ6type.func() (string, error)� �� �������¯±u¦�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Dgo.string."func() (string, error)"���p��Hgo.weak.type.*func() (string, error)���€��"runtime.zerovalue��� €�6type.func() (string, error)���Ѐ�6type.func() (string, error)���€��type.string�����type.error���þDgo.string."ReadContinuedLineBytes"�P��N���������������ReadContinuedLineBytes�� �Dgo.string."ReadContinuedLineBytes"���þFgo.string."func() ([]uint8, error)"�P��P���������������func() ([]uint8, error)�� �Fgo.string."func() ([]uint8, error)"���þ8type.func() ([]uint8, error)� �� �������Ÿìx]�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Fgo.string."func() ([]uint8, error)"���p��Jgo.weak.type.*func() ([]uint8, error)���€��"runtime.zerovalue��� €�8type.func() ([]uint8, error)���Ѐ�8type.func() ([]uint8, error)���€��type.[]uint8�����type.error���þ0go.string."ReadDotBytes"�@��:�������� �������ReadDotBytes�� �0go.string."ReadDotBytes"���þ0go.string."ReadDotLines"�@��:�������� �������ReadDotLines�� �0go.string."ReadDotLines"���þHgo.string."func() ([]string, error)"�`��R���������������func() ([]string, error)�� �Hgo.string."func() ([]string, error)"���þ:type.func() ([]string, error)� �� �������B‹í¡�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Hgo.string."func() ([]string, error)"���p��Lgo.weak.type.*func() ([]string, error)���€��"runtime.zerovalue��� €�:type.func() ([]string, error)���Ѐ�:type.func() ([]string, error)���€��type.[]string�����type.error���þ(go.string."ReadLine"�@��2���������������ReadLine�� �(go.string."ReadLine"���þ2go.string."ReadLineBytes"�@��<�������� �������ReadLineBytes�� �2go.string."ReadLineBytes"���þ4go.string."ReadMIMEHeader"�@��>���������������ReadMIMEHeader�� �4go.string."ReadMIMEHeader"���þ`go.string."func() (textproto.MIMEHeader, error)"�p��j��������$�������func() (textproto.MIMEHeader, error)�� �`go.string."func() (textproto.MIMEHeader, error)"���þDtype.func() ("".MIMEHeader, error)� �� �������ŸÖ
Ž�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��`go.string."func() (textproto.MIMEHeader, error)"���p��Vgo.weak.type.*func() ("".MIMEHeader, error)���€��"runtime.zerovalue��� €�Dtype.func() ("".MIMEHeader, error)���Ѐ�Dtype.func() ("".MIMEHeader, error)���€��$type."".MIMEHeader�����type.error���þ0go.string."ReadResponse"�@��:�������� �������ReadResponse�� �0go.string."ReadResponse"���þ(go.string."closeDot"�@��2���������������closeDot�� �(go.string."closeDot"���þ$go.string."func()"�0��.���������������func()�� �$go.string."func()"���þtype.func()�€��€�������ö¼‚ö�3���������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��$go.string."func()"���p��(go.weak.type.*func()���€��"runtime.zerovalue��� €�type.func()���Ѐ�type.func()���þ0go.string."readCodeLine"�@��:�������� �������readCodeLine�� �0go.string."readCodeLine"���þ`go.string."func(int) (int, bool, string, error)"�p��j��������$�������func(int) (int, bool, string, error)�� �`go.string."func(int) (int, bool, string, error)"���þRtype.func(int) (int, bool, string, error)�Ð��Ð�������oþ§£�3���������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��`go.string."func(int) (int, bool, string, error)"���p��dgo.weak.type.*func(int) (int, bool, string, error)���€��"runtime.zerovalue��� €�Rtype.func(int) (int, bool, string, error)���А�Rtype.func(int) (int, bool, string, error)���€��type.int�����type.int��� ��type.bool���°��type.string���À��type.error���þDgo.string."readContinuedLineSlice"�P��N���������������readContinuedLineSlice�� �Dgo.string."readContinuedLineSlice"���þ2go.string."readLineSlice"�@��<�������� �������readLineSlice�� �2go.string."readLineSlice"���þ*go.string."skipSpace"�@��4�������� �������skipSpace�� �*go.string."skipSpace"���þ,go.string."func() int"�@��6��������
�������func() int�� �,go.string."func() int"���þtype.func() int����������å†9à�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."func() int"���p��0go.weak.type.*func() int���€��"runtime.zerovalue��� €�type.func() int���Ѐ�type.func() int���€��type.int���þDgo.string."upcomingHeaderNewlines"�P��N���������������upcomingHeaderNewlines�� �Dgo.string."upcomingHeaderNewlines"���þtype.*"".Reader��ð ��ð �������MC±˜�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������¼  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��:go.string."*textproto.Reader"���p��0go.weak.type.**"".Reader���€��"runtime.zerovalue�����type."".Reader���` �type.*"".Reader���Àð�type.*"".Reader���ð��*go.string."DotReader"�����*type.func() io.Reader��� ��>type.func(*"".Reader) io.Reader���°��,"".(*Reader).DotReader���À��,"".(*Reader).DotReader���Ð��0go.string."ReadCodeLine"���ð��Ftype.func(int) (int, string, error)���€��^type.func(*"".Reader, int) (int, string, error)�����2"".(*Reader).ReadCodeLine��� ��2"".(*Reader).ReadCodeLine���°��:go.string."ReadContinuedLine"���Ð��6type.func() (string, error)���à��Jtype.func(*"".Reader) (string, error)���ð��<"".(*Reader).ReadContinuedLine���€��<"".(*Reader).ReadContinuedLine�����Dgo.string."ReadContinuedLineBytes"���°��8type.func() ([]uint8, error)���À��Ltype.func(*"".Reader) ([]uint8, error)���Ð��F"".(*Reader).ReadContinuedLineBytes���à��F"".(*Reader).ReadContinuedLineBytes���ð��0go.string."ReadDotBytes"�����8type.func() ([]uint8, error)��� ��Ltype.func(*"".Reader) ([]uint8, error)���°��2"".(*Reader).ReadDotBytes���À��2"".(*Reader).ReadDotBytes���Ð��0go.string."ReadDotLines"���ð��:type.func() ([]string, error)���€��Ntype.func(*"".Reader) ([]string, error)�����2"".(*Reader).ReadDotLines��� ��2"".(*Reader).ReadDotLines���°��(go.string."ReadLine"���Ð��6type.func() (string, error)���à��Jtype.func(*"".Reader) (string, error)���ð��*"".(*Reader).ReadLine���€��*"".(*Reader).ReadLine�����2go.string."ReadLineBytes"���°��8type.func() ([]uint8, error)���À��Ltype.func(*"".Reader) ([]uint8, error)���Ð��4"".(*Reader).ReadLineBytes���à��4"".(*Reader).ReadLineBytes���ð��4go.string."ReadMIMEHeader"�����Dtype.func() ("".MIMEHeader, error)��� ��Xtype.func(*"".Reader) ("".MIMEHeader, error)���°��6"".(*Reader).ReadMIMEHeader���À��6"".(*Reader).ReadMIMEHeader���Ð��0go.string."ReadResponse"���ð��Ftype.func(int) (int, string, error)���€ ��^type.func(*"".Reader, int) (int, string, error)��� ��2"".(*Reader).ReadResponse���  ��2"".(*Reader).ReadResponse���° ��(go.string."closeDot"���À ��"go.importpath."".���Ð ��type.func()���à ��*type.func(*"".Reader)���ð ��*"".(*Reader).closeDot���€
��*"".(*Reader).closeDot���
��0go.string."readCodeLine"��� 
��"go.importpath."".���°
��Rtype.func(int) (int, bool, string, error)�����jtype.func(*"".Reader, int) (int, bool, string, error)���Ð
��2"".(*Reader).readCodeLine���à
��2"".(*Reader).readCodeLine���ð
��Dgo.string."readContinuedLineSlice"���€ ��"go.importpath."".��� ��8type.func() ([]uint8, error)���  ��Ltype.func(*"".Reader) ([]uint8, error)���° ��F"".(*Reader).readContinuedLineSlice���À ��F"".(*Reader).readContinuedLineSlice���Ð ��2go.string."readLineSlice"���à ��"go.importpath."".���ð ��8type.func() ([]uint8, error)���€ ��Ltype.func(*"".Reader) ([]uint8, error)��� ��4"".(*Reader).readLineSlice���  ��4"".(*Reader).readLineSlice���° ��*go.string."skipSpace"���À ��"go.importpath."".���Ð ��type.func() int���à ��2type.func(*"".Reader) int���ð ��,"".(*Reader).skipSpace���€ ��,"".(*Reader).skipSpace��� ��Dgo.string."upcomingHeaderNewlines"���  ��"go.importpath."".���° ��type.func() int���À ��2type.func(*"".Reader) int���Ð ��F"".(*Reader).upcomingHeaderNewlines���à ��F"".(*Reader).upcomingHeaderNewlines���þ>go.string."textproto.dotReader"�P��H���������������textproto.dotReader�� �>go.string."textproto.dotReader"���þgo.string."r"�0��$���������������r�� �go.string."r"���þ"go.string."state"�0��,���������������state�� �"go.string."state"���þ*go.string."dotReader"�@��4�������� �������dotReader�� �*go.string."dotReader"���þ"type."".dotReader��°��°�������é½������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ À� runtime.algarray���0��bruntime.gcbits.0x48000000000000000000000000000000���P��>go.string."textproto.dotReader"���p��$type.*"".dotReader���€��"runtime.zerovalue���À�"type."".dotReader���À��go.string."r"���Ð��"go.importpath."".���à��type.*"".Reader�����"go.string."state"��� ��"go.importpath."".���°��type.int���`à�"type."".dotReader���à��*go.string."dotReader"���ð��"go.importpath."".���€°�"type."".dotReader���þ@go.string."*textproto.dotReader"�P��J���������������*textproto.dotReader�� �@go.string."*textproto.dotReader"���þxgo.string."func(*textproto.dotReader, []uint8) (int, error)"���‚��������0�������func(*textproto.dotReader, []uint8) (int, error)�� �xgo.string."func(*textproto.dotReader, []uint8) (int, error)"���þ\type.func(*"".dotReader, []uint8) (int, error)�À��À�������-×í¨�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��xgo.string."func(*textproto.dotReader, []uint8) (int, error)"���p��ngo.weak.type.*func(*"".dotReader, []uint8) (int, error)���€��"runtime.zerovalue��� €�\type.func(*"".dotReader, []uint8) (int, error)���Р�\type.func(*"".dotReader, []uint8) (int, error)���€��$type.*"".dotReader�����type.[]uint8��� ��type.int���°��type.error���þ go.string."Read"�0��*���������������Read�� � go.string."Read"���þLgo.string."func([]uint8) (int, error)"�`��V���������������func([]uint8) (int, error)�� �Lgo.string."func([]uint8) (int, error)"���þ>type.func([]uint8) (int, error)�°��°�������„N4P�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Lgo.string."func([]uint8) (int, error)"���p��Pgo.weak.type.*func([]uint8) (int, error)���€��"runtime.zerovalue��� €�>type.func([]uint8) (int, error)���А�>type.func([]uint8) (int, error)���€��type.[]uint8�����type.int��� ��type.error���þ$type.*"".dotReader��Ð��Ð�������Ëeüy�6������������������������������������������������������������������������������������������������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��@go.string."*textproto.dotReader"���p��6go.weak.type.**"".dotReader���€��"runtime.zerovalue�����"type."".dotReader���` �$type.*"".dotReader���Àð�$type.*"".dotReader���ð�� go.string."Read"�����>type.func([]uint8) (int, error)��� ��\type.func(*"".dotReader, []uint8) (int, error)���°��("".(*dotReader).Read���À��("".(*dotReader).Read���þbruntime.gcbits.0x88488488440000000000000000000000� �� ˆH„ˆD������������þ8go.string."textproto.Reader"�P��B���������������textproto.Reader�� �8go.string."textproto.Reader"���þgo.string."R"�0��$���������������R�� �go.string."R"���þgo.string."dot"�0��(���������������dot�� �go.string."dot"���þgo.string."buf"�0��(���������������buf�� �go.string."buf"���þ$go.string."Reader"�0��.���������������Reader�� �$go.string."Reader"���þtype."".Reader��€��€(�������ž¸¢«���������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������$ à� runtime.algarray���0��bruntime.gcbits.0x88488488440000000000000000000000���P��8go.string."textproto.Reader"���p��type.*"".Reader���€��"runtime.zerovalue���À�type."".Reader���À��go.string."R"���à��$type.*bufio.Reader�����go.string."dot"��� ��"go.importpath."".���°��$type.*"".dotReader���à��go.string."buf"���ð��"go.importpath."".���€��type.[]uint8���`°�type."".Reader���°��$go.string."Reader"���À��"go.importpath."".���Ѐ�type."".Reader���þHgo.string."*textproto.ProtocolError"�`��R���������������*textproto.ProtocolError�� �Hgo.string."*textproto.ProtocolError"���þ2go.string."ProtocolError"�@��<�������� �������ProtocolError�� �2go.string."ProtocolError"���þ"go.string."Error"�0��,���������������Error�� �"go.string."Error"���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·a08e9001cb8f9d822225de3b8e406515�������������þbgo.string."func(*textproto.ProtocolError) string"�p��l��������%�������func(*textproto.ProtocolError) string�� �bgo.string."func(*textproto.ProtocolError) string"���þFtype.func(*"".ProtocolError) string� �� ������� AR�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��bgo.string."func(*textproto.ProtocolError) string"���p��Xgo.weak.type.*func(*"".ProtocolError) string���€��"runtime.zerovalue��� €�Ftype.func(*"".ProtocolError) string���А�Ftype.func(*"".ProtocolError) string���€��,type.*"".ProtocolError�����type.string���þ2go.string."func() string"�@��<�������� �������func() string�� �2go.string."func() string"���þ$type.func() string����������¢mË�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��2go.string."func() string"���p��6go.weak.type.*func() string���€��"runtime.zerovalue��� €�$type.func() string���Ѐ�$type.func() string���€��type.string���þ,type.*"".ProtocolError��Ð��Ð�������ÊÏ�6������������������������������������������������������������������������������������������������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Hgo.string."*textproto.ProtocolError"���p��>go.weak.type.**"".ProtocolError���€��"runtime.zerovalue�����*type."".ProtocolError���` �,type.*"".ProtocolError���Àð�,type.*"".ProtocolError���ð��"go.string."Error"�����$type.func() string��� ��Ftype.func(*"".ProtocolError) string���°��2"".(*ProtocolError).Error���À��2"".(*ProtocolError).Error���þFgo.string."textproto.ProtocolError"�P��P���������������textproto.ProtocolError�� �Fgo.string."textproto.ProtocolError"���þ`go.string."func(textproto.ProtocolError) string"�p��j��������$�������func(textproto.ProtocolError) string�� �`go.string."func(textproto.ProtocolError) string"���þDtype.func("".ProtocolError) string� �� �������xPœ¬�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��`go.string."func(textproto.ProtocolError) string"���p��Vgo.weak.type.*func("".ProtocolError) string���€��"runtime.zerovalue��� €�Dtype.func("".ProtocolError) string���А�Dtype.func("".ProtocolError) string���€��*type."".ProtocolError�����type.string���þ*type."".ProtocolError��À��À�������G¥kr����������������������������������������������������������������������������������������������������������������������������������������������� À� runtime.algarray���0��bruntime.gcbits.0x48000000000000000000000000000000���P��Fgo.string."textproto.ProtocolError"���p��,type.*"".ProtocolError���€��"runtime.zerovalue���`�*type."".ProtocolError�����2go.string."ProtocolError"��� ��"go.importpath."".���°à�*type."".ProtocolError���à��"go.string."Error"���€��$type.func() string�����Dtype.func("".ProtocolError) string��� ��2"".(*ProtocolError).Error���°��,"".ProtocolError.Error���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ.type..hashfunc."".Error��������������&type..hash."".Error���þ*type..eqfunc."".Error��������������"type..eq."".Error���þ$type..alg."".Error� �� �������������������.type..hashfunc."".Error�����*type..eqfunc."".Error���þ8go.string."*textproto.Error"�P��B���������������*textproto.Error�� �8go.string."*textproto.Error"���þRgo.string."func(*textproto.Error) string"�`��\���������������func(*textproto.Error) string�� �Rgo.string."func(*textproto.Error) string"���þ6type.func(*"".Error) string� �� �������\_û9�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Rgo.string."func(*textproto.Error) string"���p��Hgo.weak.type.*func(*"".Error) string���€��"runtime.zerovalue��� €�6type.func(*"".Error) string���А�6type.func(*"".Error) string���€��type.*"".Error�����type.string���þtype.*"".Error��Ð��Ð�������%[ .�6������������������������������������������������������������������������������������������������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*textproto.Error"���p��.go.weak.type.**"".Error���€��"runtime.zerovalue�����type."".Error���` �type.*"".Error���Àð�type.*"".Error���ð��"go.string."Error"�����$type.func() string��� ��6type.func(*"".Error) string���°��""".(*Error).Error���À��""".(*Error).Error���þbruntime.gcbits.0x84444800000000000000000000000000� �� „DH��������������þ6go.string."textproto.Error"�@��@���������������textproto.Error�� �6go.string."textproto.Error"���þ go.string."Code"�0��*���������������Code�� � go.string."Code"���þgo.string."Msg"�0��(���������������Msg�� �go.string."Msg"���þtype."".Error��°��°�������s0õå������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ ��$type..alg."".Error���0��bruntime.gcbits.0x84444800000000000000000000000000���P��6go.string."textproto.Error"���p��type.*"".Error���€��"runtime.zerovalue���À�type."".Error���À�� go.string."Code"���à��type.int�����go.string."Msg"���°��type.string���`à�type."".Error���à��"go.string."Error"���ð��"go.importpath."".���€°�type."".Error���þ,go.string."[128]uint8"�@��6��������
�������[128]uint8�� �,go.string."[128]uint8"���þtype.[128]uint8�À��À€�������ÕMK�‘������������������������������������������������������������������������€������� �� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��,go.string."[128]uint8"���p��0go.weak.type.*[128]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þBgo.typelink.[128]uint8/[128]uint8��������������type.[128]uint8���þ.go.string."*[128]uint8"�@��8�������� �������*[128]uint8�� �.go.string."*[128]uint8"���þ type.*[128]uint8� �� �������M$N�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��.go.string."*[128]uint8"���p��2go.weak.type.**[128]uint8���€��"runtime.zerovalue�����type.[128]uint8���þJgo.string."*map.bucket[string]string"�`��T���������������*map.bucket[string]string�� �Jgo.string."*map.bucket[string]string"���þ<type.*map.bucket[string]string� �� �������¦te�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Jgo.string."*map.bucket[string]string"���p��Ngo.weak.type.**map.bucket[string]string���€��"runtime.zerovalue�����:type.map.bucket[string]string���þ,Btype..gc.map.bucket[string]string�$����þJtype..gcprog.map.bucket[string]string���"™™™™™™™™ �þHgo.string."map.bucket[string]string"�`��R���������������map.bucket[string]string�� �Hgo.string."map.bucket[string]string"���þ:type.map.bucket[string]string�°��°������Þ>���Y�����������������������������������������������������������������������������������������������������������������������������������������������������ˆ��������������������������������������������� à� runtime.algarray���0��Btype..gc.map.bucket[string]string���@��Jtype..gcprog.map.bucket[string]string���P��Hgo.string."map.bucket[string]string"���p��Lgo.weak.type.*map.bucket[string]string���€��"runtime.zerovalue���À�:type.map.bucket[string]string���À�� go.string."keys"���à��type.[8]string�����$go.string."values"���°��type.[8]string���à��(go.string."overflow"���€��<type.*map.bucket[string]string���þBgo.string."map.hdr[string]string"�P��L���������������map.hdr[string]string�� �Bgo.string."map.hdr[string]string"���þ4type.map.hdr[string]string�à��à0�������Ïmlh�������������������������������������������������������������������������������������������������������������������������������������������������������� ������� à� runtime.algarray���0��bruntime.gcbits.0x44844800000000000000000000000000���P��Bgo.string."map.hdr[string]string"���p��Fgo.weak.type.*map.hdr[string]string���€��"runtime.zerovalue���À�4type.map.hdr[string]string���À��&go.string."buckets"���à��<type.*map.bucket[string]string�����,go.string."oldbuckets"���°��<type.*map.bucket[string]string���þ:go.string."map[string]string"�P��D���������������map[string]string�� �:go.string."map[string]string"���þ,type.map[string]string�Ü��Ü�������Y¡ç)�5������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��:go.string."map[string]string"���p��>go.weak.type.*map[string]string���€��"runtime.zerovalue�����type.string��� ��type.string���°��:type.map.bucket[string]string���À��4type.map.hdr[string]string���þ^go.typelink.map[string]string/map[string]string��������������,type.map[string]string���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ2type..hashfunc.[39]string��������������*type..hash.[39]string���þ.type..eqfunc.[39]string��������������&type..eq.[39]string���þ(type..alg.[39]string� �� �������������������2type..hashfunc.[39]string�����.type..eqfunc.[39]string���þ,&type..gc.[39]string�P����þ.type..gcprog.[39]string���'��������þ,go.string."[39]string"�@��6��������
�������[39]string�� �,go.string."[39]string"���þtype.[39]string�À��Àp������Àø?�Q������������������������������������������������������������������������'������� ��(type..alg.[39]string���0��&type..gc.[39]string���@��.type..gcprog.[39]string���P��,go.string."[39]string"���p��0go.weak.type.*[39]string���€��"runtime.zerovalue�����type.string��� ��type.[]string���þBgo.typelink.[39]string/[39]string��������������type.[39]string���þ.go.string."*[39]string"�@��8�������� �������*[39]string�� �.go.string."*[39]string"���þ type.*[39]string� �� �������uA;�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��.go.string."*[39]string"���p��2go.weak.type.**[39]string���€��"runtime.zerovalue�����type.[39]string���þbruntime.gcbits.0xcc000000000000000000000000000000� �� Ì����������������þ0go.string."interface {}"�@��:�������� �������interface {}�� �0go.string."interface {}"���þ"type.interface {}�À��À�������çW ��������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0xcc000000000000000000000000000000���P��0go.string."interface {}"���p��4go.weak.type.*interface {}���€��"runtime.zerovalue���À�"type.interface {}���þ4go.string."[]interface {}"�@��>���������������[]interface {}�� �4go.string."[]interface {}"���þ&type.[]interface {}� �� �������p“ê/�����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x48844400000000000000000000000000���P��4go.string."[]interface {}"���p��8go.weak.type.*[]interface {}���€��"runtime.zerovalue�����"type.interface {}���þRgo.typelink.[]interface {}/[]interface {}��������������&type.[]interface {}���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·2dc77d960dd3e4b3de2361f9cbd75783�������������þTgclocals·44568aa369055d8938d809aa5d80843b��������������þTgclocals·9c703c5c7b9c1932c840b69f8ebce236�������������þ<type..hashfunc.[2]interface {}��������������4type..hash.[2]interface {}���þ8type..eqfunc.[2]interface {}��������������0type..eq.[2]interface {}���þ2type..alg.[2]interface {}� �� �������������������<type..hashfunc.[2]interface {}�����8type..eqfunc.[2]interface {}���þbruntime.gcbits.0xcccc0000000000000000000000000000� �� ÌÌ���������������þ6go.string."[2]interface {}"�@��@���������������[2]interface {}�� �6go.string."[2]interface {}"���þ(type.[2]interface {}�À��À �������,Y¤ñ�������������������������������������������������������������������������������� ��2type..alg.[2]interface {}���0��bruntime.gcbits.0xcccc0000000000000000000000000000���P��6go.string."[2]interface {}"���p��:go.weak.type.*[2]interface {}���€��"runtime.zerovalue�����"type.interface {}��� ��&type.[]interface {}���þVgo.typelink.[2]interface {}/[2]interface {}��������������(type.[2]interface {}���þ8go.string."*[2]interface {}"�P��B���������������*[2]interface {}�� �8go.string."*[2]interface {}"���þ*type.*[2]interface {}� �� �������¾s-q�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."*[2]interface {}"���p��<go.weak.type.**[2]interface {}���€��"runtime.zerovalue�����(type.[2]interface {}���þ:go.string."*textproto.Writer"�P��D���������������*textproto.Writer�� �:go.string."*textproto.Writer"���þdgo.string."func(*textproto.Writer) io.WriteCloser"�p��n��������&�������func(*textproto.Writer) io.WriteCloser�� �dgo.string."func(*textproto.Writer) io.WriteCloser"���þHtype.func(*"".Writer) io.WriteCloser� �� �������À*†�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��dgo.string."func(*textproto.Writer) io.WriteCloser"���p��Zgo.weak.type.*func(*"".Writer) io.WriteCloser���€��"runtime.zerovalue��� €�Htype.func(*"".Writer) io.WriteCloser���А�Htype.func(*"".Writer) io.WriteCloser���€��type.*"".Writer�����&type.io.WriteCloser���þ„go.string."func(*textproto.Writer, string, ...interface {}) error"���Ž��������6�������func(*textproto.Writer, string, ...interface {}) error�� �„go.string."func(*textproto.Writer, string, ...interface {}) error"���þhtype.func(*"".Writer, string, ...interface {}) error�À��À�������Nï¨�3������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��„go.string."func(*textproto.Writer, string, ...interface {}) error"���p��zgo.weak.type.*func(*"".Writer, string, ...interface {}) error���€��"runtime.zerovalue��� €�htype.func(*"".Writer, string, ...interface {}) error���а�htype.func(*"".Writer, string, ...interface {}) error���€��type.*"".Writer�����type.string��� ��&type.[]interface {}���°��type.error���þFgo.string."func(*textproto.Writer)"�P��P���������������func(*textproto.Writer)�� �Fgo.string."func(*textproto.Writer)"���þ*type.func(*"".Writer)����������Õâžò�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Fgo.string."func(*textproto.Writer)"���p��<go.weak.type.*func(*"".Writer)���€��"runtime.zerovalue��� €�*type.func(*"".Writer)���А�*type.func(*"".Writer)���€��type.*"".Writer���þ*go.string."DotWriter"�@��4�������� �������DotWriter�� �*go.string."DotWriter"���þBgo.string."func() io.WriteCloser"�P��L���������������func() io.WriteCloser�� �Bgo.string."func() io.WriteCloser"���þ4type.func() io.WriteCloser����������zÁ§ê�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Bgo.string."func() io.WriteCloser"���p��Fgo.weak.type.*func() io.WriteCloser���€��"runtime.zerovalue��� €�4type.func() io.WriteCloser���Ѐ�4type.func() io.WriteCloser���€��&type.io.WriteCloser���þ,go.string."PrintfLine"�@��6��������
�������PrintfLine�� �,go.string."PrintfLine"���þ^go.string."func(string, ...interface {}) error"�p��h��������#�������func(string, ...interface {}) error�� �^go.string."func(string, ...interface {}) error"���þPtype.func(string, ...interface {}) error�°��°�������×þ¸�3����������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��^go.string."func(string, ...interface {}) error"���p��bgo.weak.type.*func(string, ...interface {}) error���€��"runtime.zerovalue��� €�Ptype.func(string, ...interface {}) error���Р�Ptype.func(string, ...interface {}) error���€��type.string�����&type.[]interface {}��� ��type.error���þtype.*"".Writer�����������¾aœ�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������0  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��:go.string."*textproto.Writer"���p��0go.weak.type.**"".Writer���€��"runtime.zerovalue�����type."".Writer���` �type.*"".Writer���Àð�type.*"".Writer���ð��*go.string."DotWriter"�����4type.func() io.WriteCloser��� ��Htype.func(*"".Writer) io.WriteCloser���°��,"".(*Writer).DotWriter���À��,"".(*Writer).DotWriter���Ð��,go.string."PrintfLine"���ð��Ptype.func(string, ...interface {}) error���€��htype.func(*"".Writer, string, ...interface {}) error�����."".(*Writer).PrintfLine��� ��."".(*Writer).PrintfLine���°��(go.string."closeDot"���À��"go.importpath."".���Ð��type.func()���à��*type.func(*"".Writer)���ð��*"".(*Writer).closeDot���€��*"".(*Writer).closeDot���þ>go.string."textproto.dotWriter"�P��H���������������textproto.dotWriter�� �>go.string."textproto.dotWriter"���þgo.string."w"�0��$���������������w�� �go.string."w"���þ*go.string."dotWriter"�@��4�������� �������dotWriter�� �*go.string."dotWriter"���þ"type."".dotWriter��°��°�������gEË_������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ À� runtime.algarray���0��bruntime.gcbits.0x48000000000000000000000000000000���P��>go.string."textproto.dotWriter"���p��$type.*"".dotWriter���€��"runtime.zerovalue���À�"type."".dotWriter���À��go.string."w"���Ð��"go.importpath."".���à��type.*"".Writer�����"go.string."state"��� ��"go.importpath."".���°��type.int���`à�"type."".dotWriter���à��*go.string."dotWriter"���ð��"go.importpath."".���€°�"type."".dotWriter���þ@go.string."*textproto.dotWriter"�P��J���������������*textproto.dotWriter�� �@go.string."*textproto.dotWriter"���þXgo.string."func(*textproto.dotWriter) error"�p��b�������� �������func(*textproto.dotWriter) error�� �Xgo.string."func(*textproto.dotWriter) error"���þ<type.func(*"".dotWriter) error� �� �������ý
oÄ�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Xgo.string."func(*textproto.dotWriter) error"���p��Ngo.weak.type.*func(*"".dotWriter) error���€��"runtime.zerovalue��� €�<type.func(*"".dotWriter) error���А�<type.func(*"".dotWriter) error���€��$type.*"".dotWriter�����type.error���þxgo.string."func(*textproto.dotWriter, []uint8) (int, error)"���‚��������0�������func(*textproto.dotWriter, []uint8) (int, error)�� �xgo.string."func(*textproto.dotWriter, []uint8) (int, error)"���þ\type.func(*"".dotWriter, []uint8) (int, error)�À��À�������‹Žs»�3�������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��xgo.string."func(*textproto.dotWriter, []uint8) (int, error)"���p��ngo.weak.type.*func(*"".dotWriter, []uint8) (int, error)���€��"runtime.zerovalue��� €�\type.func(*"".dotWriter, []uint8) (int, error)���Р�\type.func(*"".dotWriter, []uint8) (int, error)���€��$type.*"".dotWriter�����type.[]uint8��� ��type.int���°��type.error���þ"go.string."Close"�0��,���������������Close�� �"go.string."Close"���þ0go.string."func() error"�@��:�������� �������func() error�� �0go.string."func() error"���þ"type.func() error����������œ‚Öµ�3���������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��0go.string."func() error"���p��4go.weak.type.*func() error���€��"runtime.zerovalue��� €�"type.func() error���Ѐ�"type.func() error���€��type.error���þ"go.string."Write"�0��,���������������Write�� �"go.string."Write"���þ$type.*"".dotWriter��°��°�������|Udª�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������$  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��@go.string."*textproto.dotWriter"���p��6go.weak.type.**"".dotWriter���€��"runtime.zerovalue�����"type."".dotWriter���` �$type.*"".dotWriter���Àð�$type.*"".dotWriter���ð��"go.string."Close"�����"type.func() error��� ��<type.func(*"".dotWriter) error���°��*"".(*dotWriter).Close���À��*"".(*dotWriter).Close���Ð��"go.string."Write"���ð��>type.func([]uint8) (int, error)���€��\type.func(*"".dotWriter, []uint8) (int, error)�����*"".(*dotWriter).Write��� ��*"".(*dotWriter).Write���þ8go.string."textproto.Writer"�P��B���������������textproto.Writer�� �8go.string."textproto.Writer"���þgo.string."W"�0��$���������������W�� �go.string."W"���þ$go.string."Writer"�0��.���������������Writer�� �$go.string."Writer"���þtype."".Writer��°��°�������Úò������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������ À� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��8go.string."textproto.Writer"���p��type.*"".Writer���€��"runtime.zerovalue���À�type."".Writer���À��go.string."W"���à��$type.*bufio.Writer�����go.string."dot"��� ��"go.importpath."".���°��$type.*"".dotWriter���`à�type."".Writer���à��$go.string."Writer"���ð��"go.importpath."".���€°�type."".Writer���þ6go.string."*textproto.Conn"�@��@���������������*textproto.Conn�� �6go.string."*textproto.Conn"���þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·5dfce38b1d248a3900c6ec750de77702������
�������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·13c015770347481bee7a16dde25a3e2f������ �������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·13c015770347481bee7a16dde25a3e2f������ �������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·5dfce38b1d248a3900c6ec750de77702������
�������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·13c015770347481bee7a16dde25a3e2f������ �������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·13c015770347481bee7a16dde25a3e2f������ �������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·06cab038d51064a089bda21fa03e00f7�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·197adf6cbe5be885abe1d505ab426716�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·20681a0fc1cebf9c63481b48d858353f�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·20681a0fc1cebf9c63481b48d858353f�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·a08e9001cb8f9d822225de3b8e406515�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·13c015770347481bee7a16dde25a3e2f������ �������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·13c015770347481bee7a16dde25a3e2f������ �������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·13d3af77a5bf02af6db4588efb2ea811�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·06cab038d51064a089bda21fa03e00f7�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·409df732fad76b89b74bca24e7e8878c���������Š����þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·a08e9001cb8f9d822225de3b8e406515�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·06cab038d51064a089bda21fa03e00f7�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·cd30d2bcfdea04ed7c49639580b4bd08�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·cd30d2bcfdea04ed7c49639580b4bd08�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·cd30d2bcfdea04ed7c49639580b4bd08�������������þTgclocals·3280bececceccd33cb74587feedb1f9f�����������þTgclocals·cd30d2bcfdea04ed7c49639580b4bd08�������������þNgo.string."func(*textproto.Conn) error"�`��X���������������func(*textproto.Conn) error�� �Ngo.string."func(*textproto.Conn) error"���þ2type.func(*"".Conn) error� �� �������¨_ ö�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Ngo.string."func(*textproto.Conn) error"���p��Dgo.weak.type.*func(*"".Conn) error���€��"runtime.zerovalue��� €�2type.func(*"".Conn) error���А�2type.func(*"".Conn) error���€��type.*"".Conn�����type.error���þgo.string."func(*textproto.Conn, string, ...interface {}) (uint, error)"� ��š��������<�������func(*textproto.Conn, string, ...interface {}) (uint, error)�� �go.string."func(*textproto.Conn, string, ...interface {}) (uint, error)"���þttype.func(*"".Conn, string, ...interface {}) (uint, error)�Ð��Ð�������ñÉdb�3��������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��go.string."func(*textproto.Conn, string, ...interface {}) (uint, error)"���p��†go.weak.type.*func(*"".Conn, string, ...interface {}) (uint, error)���€��"runtime.zerovalue��� €�ttype.func(*"".Conn, string, ...interface {}) (uint, error)���а�ttype.func(*"".Conn, string, ...interface {}) (uint, error)���€��type.*"".Conn�����type.string��� ��&type.[]interface {}���°��type.uint���À��type.error���þVgo.string."func(*textproto.Conn) io.Reader"�`��`���������������func(*textproto.Conn) io.Reader�� �Vgo.string."func(*textproto.Conn) io.Reader"���þ:type.func(*"".Conn) io.Reader� �� �������¸Ì:�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Vgo.string."func(*textproto.Conn) io.Reader"���p��Lgo.weak.type.*func(*"".Conn) io.Reader���€��"runtime.zerovalue��� €�:type.func(*"".Conn) io.Reader���А�:type.func(*"".Conn) io.Reader���€��type.*"".Conn�����type.io.Reader���þ`go.string."func(*textproto.Conn) io.WriteCloser"�p��j��������$�������func(*textproto.Conn) io.WriteCloser�� �`go.string."func(*textproto.Conn) io.WriteCloser"���þDtype.func(*"".Conn) io.WriteCloser� �� �������{÷_�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��`go.string."func(*textproto.Conn) io.WriteCloser"���p��Vgo.weak.type.*func(*"".Conn) io.WriteCloser���€��"runtime.zerovalue��� €�Dtype.func(*"".Conn) io.WriteCloser���А�Dtype.func(*"".Conn) io.WriteCloser���€��type.*"".Conn�����&type.io.WriteCloser���þNgo.string."func(*textproto.Conn, uint)"�`��X���������������func(*textproto.Conn, uint)�� �Ngo.string."func(*textproto.Conn, uint)"���þ2type.func(*"".Conn, uint)� �� �������c³óÌ�3������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Ngo.string."func(*textproto.Conn, uint)"���p��Dgo.weak.type.*func(*"".Conn, uint)���€��"runtime.zerovalue��� €�2type.func(*"".Conn, uint)���Р�2type.func(*"".Conn, uint)���€��type.*"".Conn�����type.uint���þLgo.string."func(*textproto.Conn) uint"�`��V���������������func(*textproto.Conn) uint�� �Lgo.string."func(*textproto.Conn) uint"���þ0type.func(*"".Conn) uint� �� �������g¯Rª�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Lgo.string."func(*textproto.Conn) uint"���p��Bgo.weak.type.*func(*"".Conn) uint���€��"runtime.zerovalue��� €�0type.func(*"".Conn) uint���А�0type.func(*"".Conn) uint���€��type.*"".Conn�����type.uint���þ€go.string."func(*textproto.Conn, string, ...interface {}) error"���Š��������4�������func(*textproto.Conn, string, ...interface {}) error�� �€go.string."func(*textproto.Conn, string, ...interface {}) error"���þdtype.func(*"".Conn, string, ...interface {}) error�À��À�������F°þ�3������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��€go.string."func(*textproto.Conn, string, ...interface {}) error"���p��vgo.weak.type.*func(*"".Conn, string, ...interface {}) error���€��"runtime.zerovalue��� €�dtype.func(*"".Conn, string, ...interface {}) error���а�dtype.func(*"".Conn, string, ...interface {}) error���€��type.*"".Conn�����type.string��� ��&type.[]interface {}���°��type.error���þvgo.string."func(*textproto.Conn, int) (int, string, error)"�€��€��������/�������func(*textproto.Conn, int) (int, string, error)�� �vgo.string."func(*textproto.Conn, int) (int, string, error)"���þZtype.func(*"".Conn, int) (int, string, error)�Ð��Ð�������¯Kµ�3���������������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��vgo.string."func(*textproto.Conn, int) (int, string, error)"���p��lgo.weak.type.*func(*"".Conn, int) (int, string, error)���€��"runtime.zerovalue��� €�Ztype.func(*"".Conn, int) (int, string, error)���Р�Ztype.func(*"".Conn, int) (int, string, error)���€��type.*"".Conn�����type.int��� ��type.int���°��type.string���À��type.error���þbgo.string."func(*textproto.Conn) (string, error)"�p��l��������%�������func(*textproto.Conn) (string, error)�� �bgo.string."func(*textproto.Conn) (string, error)"���þFtype.func(*"".Conn) (string, error)�°��°�������ÀBé�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��bgo.string."func(*textproto.Conn) (string, error)"���p��Xgo.weak.type.*func(*"".Conn) (string, error)���€��"runtime.zerovalue��� €�Ftype.func(*"".Conn) (string, error)���А�Ftype.func(*"".Conn) (string, error)���€��type.*"".Conn�����type.string��� ��type.error���þdgo.string."func(*textproto.Conn) ([]uint8, error)"�p��n��������&�������func(*textproto.Conn) ([]uint8, error)�� �dgo.string."func(*textproto.Conn) ([]uint8, error)"���þHtype.func(*"".Conn) ([]uint8, error)�°��°�������‡+“�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��dgo.string."func(*textproto.Conn) ([]uint8, error)"���p��Zgo.weak.type.*func(*"".Conn) ([]uint8, error)���€��"runtime.zerovalue��� €�Htype.func(*"".Conn) ([]uint8, error)���А�Htype.func(*"".Conn) ([]uint8, error)���€��type.*"".Conn�����type.[]uint8��� ��type.error���þfgo.string."func(*textproto.Conn) ([]string, error)"�p��p��������'�������func(*textproto.Conn) ([]string, error)�� �fgo.string."func(*textproto.Conn) ([]string, error)"���þJtype.func(*"".Conn) ([]string, error)�°��°�������ȧ':�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��fgo.string."func(*textproto.Conn) ([]string, error)"���p��\go.weak.type.*func(*"".Conn) ([]string, error)���€��"runtime.zerovalue��� €�Jtype.func(*"".Conn) ([]string, error)���А�Jtype.func(*"".Conn) ([]string, error)���€��type.*"".Conn�����type.[]string��� ��type.error���þ~go.string."func(*textproto.Conn) (textproto.MIMEHeader, error)"���ˆ��������3�������func(*textproto.Conn) (textproto.MIMEHeader, error)�� �~go.string."func(*textproto.Conn) (textproto.MIMEHeader, error)"���þTtype.func(*"".Conn) ("".MIMEHeader, error)�°��°�������ñÅ%�3������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��~go.string."func(*textproto.Conn) (textproto.MIMEHeader, error)"���p��fgo.weak.type.*func(*"".Conn) ("".MIMEHeader, error)���€��"runtime.zerovalue��� €�Ttype.func(*"".Conn) ("".MIMEHeader, error)���А�Ttype.func(*"".Conn) ("".MIMEHeader, error)���€��type.*"".Conn�����$type."".MIMEHeader��� ��type.error���þ‚go.string."func(*textproto.Conn, int) (int, bool, string, error)"���Œ��������5�������func(*textproto.Conn, int) (int, bool, string, error)�� �‚go.string."func(*textproto.Conn, int) (int, bool, string, error)"���þftype.func(*"".Conn, int) (int, bool, string, error)�à��à�������מè�3������������������������������������������������������������������������������������������������������������������������������������������������������������ €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��‚go.string."func(*textproto.Conn, int) (int, bool, string, error)"���p��xgo.weak.type.*func(*"".Conn, int) (int, bool, string, error)���€��"runtime.zerovalue��� €�ftype.func(*"".Conn, int) (int, bool, string, error)���Р�ftype.func(*"".Conn, int) (int, bool, string, error)���€��type.*"".Conn�����type.int��� ��type.int���°��type.bool���À��type.string���Ð��type.error���þJgo.string."func(*textproto.Conn) int"�`��T���������������func(*textproto.Conn) int�� �Jgo.string."func(*textproto.Conn) int"���þ.type.func(*"".Conn) int� �� �������]Ϙñ�3���������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��Jgo.string."func(*textproto.Conn) int"���p��@go.weak.type.*func(*"".Conn) int���€��"runtime.zerovalue��� €�.type.func(*"".Conn) int���А�.type.func(*"".Conn) int���€��type.*"".Conn�����type.int���þgo.string."Cmd"�0��(���������������Cmd�� �go.string."Cmd"���þngo.string."func(string, ...interface {}) (uint, error)"�€��x��������+�������func(string, ...interface {}) (uint, error)�� �ngo.string."func(string, ...interface {}) (uint, error)"���þ`type.func(string, ...interface {}) (uint, error)�À��À�������Ùã^ç�3������������������������������������������������������������������������������������������������������������������������������������������� €� runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��ngo.string."func(string, ...interface {}) (uint, error)"���p��rgo.weak.type.*func(string, ...interface {}) (uint, error)���€��"runtime.zerovalue��� €�`type.func(string, ...interface {}) (uint, error)���Р�`type.func(string, ...interface {}) (uint, error)���€��type.string�����&type.[]interface {}��� ��type.uint���°��type.error���þtype.*"".Conn��ð��ð�������®ºTÐ�6������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������������Š  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��6go.string."*textproto.Conn"���p��,go.weak.type.**"".Conn���€��"runtime.zerovalue�����type."".Conn���` �type.*"".Conn���Àð�type.*"".Conn���ð��"go.string."Close"�����"type.func() error��� ��2type.func(*"".Conn) error���°�� "".(*Conn).Close���À�� "".(*Conn).Close���Ð��go.string."Cmd"���ð��`type.func(string, ...interface {}) (uint, error)���€��ttype.func(*"".Conn, string, ...interface {}) (uint, error)�����"".(*Conn).Cmd��� ��"".(*Conn).Cmd���°��*go.string."DotReader"���Ð��*type.func() io.Reader���à��:type.func(*"".Conn) io.Reader���ð��("".(*Conn).DotReader���€��("".(*Conn).DotReader�����*go.string."DotWriter"���°��4type.func() io.WriteCloser���À��Dtype.func(*"".Conn) io.WriteCloser���Ð��("".(*Conn).DotWriter���à��("".(*Conn).DotWriter���ð��,go.string."EndRequest"�����type.func(uint)��� ��2type.func(*"".Conn, uint)���°��*"".(*Conn).EndRequest���À��*"".(*Conn).EndRequest���Ð��.go.string."EndResponse"���ð��type.func(uint)���€��2type.func(*"".Conn, uint)�����,"".(*Conn).EndResponse��� ��,"".(*Conn).EndResponse���°�� go.string."Next"���Ð�� type.func() uint���à��0type.func(*"".Conn) uint���ð��"".(*Conn).Next���€��"".(*Conn).Next�����,go.string."PrintfLine"���°��Ptype.func(string, ...interface {}) error���À��dtype.func(*"".Conn, string, ...interface {}) error���Ð��*"".(*Conn).PrintfLine���à��*"".(*Conn).PrintfLine���ð��0go.string."ReadCodeLine"�����Ftype.func(int) (int, string, error)��� ��Ztype.func(*"".Conn, int) (int, string, error)���°��."".(*Conn).ReadCodeLine���À��."".(*Conn).ReadCodeLine���Ð��:go.string."ReadContinuedLine"���ð��6type.func() (string, error)���€ ��Ftype.func(*"".Conn) (string, error)��� ��8"".(*Conn).ReadContinuedLine���  ��8"".(*Conn).ReadContinuedLine���° ��Dgo.string."ReadContinuedLineBytes"���Ð ��8type.func() ([]uint8, error)���à ��Htype.func(*"".Conn) ([]uint8, error)���ð ��B"".(*Conn).ReadContinuedLineBytes���€
��B"".(*Conn).ReadContinuedLineBytes���
��0go.string."ReadDotBytes"���°
��8type.func() ([]uint8, error)�����Htype.func(*"".Conn) ([]uint8, error)���Ð
��."".(*Conn).ReadDotBytes���à
��."".(*Conn).ReadDotBytes���ð
��0go.string."ReadDotLines"��� ��:type.func() ([]string, error)���  ��Jtype.func(*"".Conn) ([]string, error)���° ��."".(*Conn).ReadDotLines���À ��."".(*Conn).ReadDotLines���Ð ��(go.string."ReadLine"���ð ��6type.func() (string, error)���€ ��Ftype.func(*"".Conn) (string, error)��� ��&"".(*Conn).ReadLine���  ��&"".(*Conn).ReadLine���° ��2go.string."ReadLineBytes"���Ð ��8type.func() ([]uint8, error)���à ��Htype.func(*"".Conn) ([]uint8, error)���ð ��0"".(*Conn).ReadLineBytes���€ ��0"".(*Conn).ReadLineBytes��� ��4go.string."ReadMIMEHeader"���° ��Dtype.func() ("".MIMEHeader, error)���À ��Ttype.func(*"".Conn) ("".MIMEHeader, error)���Ð ��2"".(*Conn).ReadMIMEHeader���à ��2"".(*Conn).ReadMIMEHeader���ð ��0go.string."ReadResponse"�����Ftype.func(int) (int, string, error)��� ��Ztype.func(*"".Conn, int) (int, string, error)���°��."".(*Conn).ReadResponse���À��."".(*Conn).ReadResponse���Ð��0go.string."StartRequest"���ð��type.func(uint)���€��2type.func(*"".Conn, uint)�����."".(*Conn).StartRequest��� ��."".(*Conn).StartRequest���°��2go.string."StartResponse"���Ð��type.func(uint)���à��2type.func(*"".Conn, uint)���ð��0"".(*Conn).StartResponse���€��0"".(*Conn).StartResponse�����0go.string."readCodeLine"��� ��"go.importpath."".���°��Rtype.func(int) (int, bool, string, error)���À��ftype.func(*"".Conn, int) (int, bool, string, error)���Ð��."".(*Conn).readCodeLine���à��."".(*Conn).readCodeLine���ð��Dgo.string."readContinuedLineSlice"���€��"go.importpath."".�����8type.func() ([]uint8, error)��� ��Htype.func(*"".Conn) ([]uint8, error)���°��B"".(*Conn).readContinuedLineSlice���À��B"".(*Conn).readContinuedLineSlice���Ð��2go.string."readLineSlice"���à��"go.importpath."".���ð��8type.func() ([]uint8, error)���€��Htype.func(*"".Conn) ([]uint8, error)�����0"".(*Conn).readLineSlice��� ��0"".(*Conn).readLineSlice���°��*go.string."skipSpace"���À��"go.importpath."".���Ð��type.func() int���à��.type.func(*"".Conn) int���ð��("".(*Conn).skipSpace���€��("".(*Conn).skipSpace�����Dgo.string."upcomingHeaderNewlines"��� ��"go.importpath."".���°��type.func() int���À��.type.func(*"".Conn) int���Ð��B"".(*Conn).upcomingHeaderNewlines���à��B"".(*Conn).upcomingHeaderNewlines���þ, type..gc."".Conn�$����þ(type..gcprog."".Conn���ji•å�þ4go.string."textproto.Conn"�@��>���������������textproto.Conn�� �4go.string."textproto.Conn"���þ go.string."conn"�0��*���������������conn�� � go.string."conn"���þ go.string."Conn"�0��*���������������Conn�� � go.string."Conn"���þtype."".Conn��Ð��Ј�������$ç)�Y������������������������������������������������������������������������������������������������������������������������������������������������������(���������������������������������������8���������������������������������������x�����������������������������������������������" à� runtime.algarray���0�� type..gc."".Conn���@��(type..gcprog."".Conn���P��4go.string."textproto.Conn"���p��type.*"".Conn���€��"runtime.zerovalue���À�type."".Conn���à��type."".Reader���°��type."".Writer���€�� type."".Pipeline���°�� go.string."conn"���À��"go.importpath."".���Ð��.type.io.ReadWriteCloser���`€�type."".Conn���€�� go.string."Conn"�����"go.importpath."".��� Ð�type."".Conn���þ(go.string."[2]uint8"�@��2���������������[2]uint8�� �(go.string."[2]uint8"���þtype.[2]uint8�À��À�������¢ûF�‘������������������������������������������������������������������������������� `� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��(go.string."[2]uint8"���p��,go.weak.type.*[2]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ:go.typelink.[2]uint8/[2]uint8��������������type.[2]uint8���þ(go.string."[3]uint8"�@��2���������������[3]uint8�� �(go.string."[3]uint8"���þtype.[3]uint8�À��À�������¹RÝ�‘������������������������������������������������������������������������������� �� runtime.algarray���0��^runtime.gcbits.0x000000000000000000000000000000���P��(go.string."[3]uint8"���p��,go.weak.type.*[3]uint8���€��"runtime.zerovalue�����type.uint8��� ��type.[]uint8���þ:go.typelink.[3]uint8/[3]uint8��������������type.[3]uint8���þ,go.string."*[8]string"�@��6��������
�������*[8]string�� �,go.string."*[8]string"���þtype.*[8]string� �� �������­”o�6����������������������������������������������������������������  � runtime.algarray���0��bruntime.gcbits.0x88000000000000000000000000000000���P��,go.string."*[8]string"���p��0go.weak.type.**[8]string���€��"runtime.zerovalue�����type.[8]string���þgo.string."net"�0��(���������������net�� �go.string."net"���þ$go.importpath.net.� �� ���������������� �go.string."net"���þ*go.string."io/ioutil"�@��4�������� �������io/ioutil�� �*go.string."io/ioutil"���þ0go.importpath.io/ioutil.� �� �������� �������� �*go.string."io/ioutil"���þ go.string."sync"�0��*���������������sync�� � go.string."sync"���þ&go.importpath.sync.� �� ���������������� � go.string."sync"���þ&go.string."runtime"�0��0���������������runtime�� �&go.string."runtime"���þ,go.importpath.runtime.� �� ���������������� �&go.string."runtime"���þ"go.string."bufio"�0��,���������������bufio�� �"go.string."bufio"���þ(go.importpath.bufio.� �� ���������������� �"go.string."bufio"���þgo.string."io"�0��&���������������io�� �go.string."io"���þ"go.importpath.io.� �� ���������������� �go.string."io"���þ&go.string."strconv"�0��0���������������strconv�� �&go.string."strconv"���þ,go.importpath.strconv.� �� ���������������� �&go.string."strconv"���þ&go.string."strings"�0��0���������������strings�� �&go.string."strings"���þ,go.importpath.strings.� �� ���������������� �&go.string."strings"���þgo.string."fmt"�0��(���������������fmt�� �go.string."fmt"���þ$go.importpath.fmt.� �� ���������������� �go.string."fmt"���þ"go.string."bytes"�0��,���������������bytes�� �"go.string."bytes"���þ(go.importpath.bytes.� �� ���������������� �"go.string."bytes"���þ.type..hash.[8]string·f��������������(type..hash.[8]string���þ$runtime.strhash·f��������������runtime.strhash���þ*type..eq.[8]string·f��������������$type..eq.[8]string���þ&runtime.eqstring·f�������������� runtime.eqstring���þ."".(*MIMEHeader).Add·f��������������("".(*MIMEHeader).Add���þ(runtime.panicwrap·f��������������"runtime.panicwrap���þ."".(*MIMEHeader).Set·f��������������("".(*MIMEHeader).Set���þ."".(*MIMEHeader).Get·f��������������("".(*MIMEHeader).Get���þ."".(*MIMEHeader).Del·f��������������("".(*MIMEHeader).Del���þ.type..hash.[1]string·f��������������(type..hash.[1]string���þ*type..eq.[1]string·f��������������$type..eq.[1]string���þ8"".(*ProtocolError).Error·f��������������2"".(*ProtocolError).Error���þ,type..hash."".Error·f��������������&type..hash."".Error���þ$runtime.memhash·f��������������runtime.memhash���þ(type..eq."".Error·f��������������"type..eq."".Error���þ0type..hash.[39]string·f��������������*type..hash.[39]string���þ,type..eq.[39]string·f��������������&type..eq.[39]string���þ:type..hash.[2]interface {}·f��������������4type..hash.[2]interface {}���þ.runtime.nilinterhash·f��������������(runtime.nilinterhash���þ6type..eq.[2]interface {}·f��������������0type..eq.[2]interface {}���þ$runtime.efaceeq·f��������������runtime.efaceeq���þ,"".(*Conn).ReadLine·f��������������&"".(*Conn).ReadLine���þ6"".(*Conn).ReadLineBytes·f��������������0"".(*Conn).ReadLineBytes���þ6"".(*Conn).readLineSlice·f��������������0"".(*Conn).readLineSlice���þ>"".(*Conn).ReadContinuedLine·f��������������8"".(*Conn).ReadContinuedLine���þH"".(*Conn).ReadContinuedLineBytes·f��������������B"".(*Conn).ReadContinuedLineBytes���þH"".(*Conn).readContinuedLineSlice·f��������������B"".(*Conn).readContinuedLineSlice���þ."".(*Conn).skipSpace·f��������������("".(*Conn).skipSpace���þ4"".(*Conn).readCodeLine·f��������������."".(*Conn).readCodeLine���þ4"".(*Conn).ReadCodeLine·f��������������."".(*Conn).ReadCodeLine���þ4"".(*Conn).ReadResponse·f��������������."".(*Conn).ReadResponse���þ."".(*Conn).DotReader·f��������������("".(*Conn).DotReader���þ4"".(*Conn).ReadDotBytes·f��������������."".(*Conn).ReadDotBytes���þ4"".(*Conn).ReadDotLines·f��������������."".(*Conn).ReadDotLines���þ8"".(*Conn).ReadMIMEHeader·f��������������2"".(*Conn).ReadMIMEHeader���þH"".(*Conn).upcomingHeaderNewlines·f��������������B"".(*Conn).upcomingHeaderNewlines���þ0"".(*Conn).PrintfLine·f��������������*"".(*Conn).PrintfLine���þ."".(*Conn).DotWriter·f��������������("".(*Conn).DotWriter���þ$"".(*Conn).Next·f��������������"".(*Conn).Next���þ4"".(*Conn).StartRequest·f��������������."".(*Conn).StartRequest���þ0"".(*Conn).EndRequest·f��������������*"".(*Conn).EndRequest���þ6"".(*Conn).StartResponse·f��������������0"".(*Conn).StartResponse���þ2"".(*Conn).EndResponse·f��������������,"".(*Conn).EndResponse���þ"runtime.zerovalue�0����ÿÿgo13ld�