1997 lines
No EOL
490 KiB
Text
1997 lines
No EOL
490 KiB
Text
!<arch>
|
||
__.PKGDEF 0 0 0 644 3234 `
|
||
go object linux amd64 go1.5.1 X:none
|
||
build id "b3f93f82e15507d22740cb8db37027b21363923e"
|
||
|
||
$$
|
||
package fmt
|
||
import runtime "runtime"
|
||
import math "math"
|
||
import strconv "strconv"
|
||
import errors "errors"
|
||
import utf8 "unicode/utf8"
|
||
import io "io"
|
||
import sync "sync"
|
||
import os "os"
|
||
import reflect "reflect"
|
||
type @"".State interface { Flag(@"".c int) (? bool); Precision() (@"".prec int, @"".ok bool); Width() (@"".wid int, @"".ok bool); Write(@"".b []byte) (@"".ret int, @"".err error) }
|
||
type @"".Formatter interface { Format(@"".f @"".State, @"".c rune) }
|
||
type @"".Stringer interface { String() (? string) }
|
||
type @"".GoStringer interface { GoString() (? string) }
|
||
type @"io".Writer interface { Write(@"io".p []byte) (@"io".n int, @"io".err error) }
|
||
func @"".Fprintf (@"".w·3 @"io".Writer, @"".format·4 string "esc:0x9", @"".a·5 ...interface {} "esc:0x9") (@"".n·1 int, @"".err·2 error)
|
||
func @"".Printf (@"".format·3 string "esc:0x9", @"".a·4 ...interface {} "esc:0x9") (@"".n·1 int, @"".err·2 error)
|
||
func @"".Sprintf (@"".format·2 string "esc:0x9", @"".a·3 ...interface {} "esc:0x9") (? string)
|
||
func @"".Errorf (@"".format·2 string "esc:0x9", @"".a·3 ...interface {} "esc:0x9") (? error)
|
||
func @"".Fprint (@"".w·3 @"io".Writer, @"".a·4 ...interface {} "esc:0x9") (@"".n·1 int, @"".err·2 error)
|
||
func @"".Print (@"".a·3 ...interface {} "esc:0x9") (@"".n·1 int, @"".err·2 error)
|
||
func @"".Sprint (@"".a·2 ...interface {} "esc:0x9") (? string)
|
||
func @"".Fprintln (@"".w·3 @"io".Writer, @"".a·4 ...interface {} "esc:0x9") (@"".n·1 int, @"".err·2 error)
|
||
func @"".Println (@"".a·3 ...interface {} "esc:0x9") (@"".n·1 int, @"".err·2 error)
|
||
func @"".Sprintln (@"".a·2 ...interface {} "esc:0x9") (? string)
|
||
type @"".ScanState interface { Read(@"".buf []byte) (@"".n int, @"".err error); ReadRune() (@"".r rune, @"".size int, @"".err error); SkipSpace(); Token(@"".skipSpace bool, @"".f func(? rune) (? bool)) (@"".token []byte, @"".err error); UnreadRune() (? error); Width() (@"".wid int, @"".ok bool) }
|
||
type @"".Scanner interface { Scan(@"".state @"".ScanState, @"".verb rune) (? error) }
|
||
func @"".Scan (@"".a·3 ...interface {} "esc:0x9") (@"".n·1 int, @"".err·2 error)
|
||
func @"".Scanln (@"".a·3 ...interface {} "esc:0x9") (@"".n·1 int, @"".err·2 error)
|
||
func @"".Scanf (@"".format·3 string "esc:0x1", @"".a·4 ...interface {} "esc:0x9") (@"".n·1 int, @"".err·2 error)
|
||
func @"".Sscan (@"".str·3 string, @"".a·4 ...interface {} "esc:0x9") (@"".n·1 int, @"".err·2 error)
|
||
func @"".Sscanln (@"".str·3 string, @"".a·4 ...interface {} "esc:0x9") (@"".n·1 int, @"".err·2 error)
|
||
func @"".Sscanf (@"".str·3 string, @"".format·4 string "esc:0x1", @"".a·5 ...interface {} "esc:0x9") (@"".n·1 int, @"".err·2 error)
|
||
type @"io".Reader interface { Read(@"io".p []byte) (@"io".n int, @"io".err error) }
|
||
func @"".Fscan (@"".r·3 @"io".Reader, @"".a·4 ...interface {} "esc:0x9") (@"".n·1 int, @"".err·2 error)
|
||
func @"".Fscanln (@"".r·3 @"io".Reader, @"".a·4 ...interface {} "esc:0x9") (@"".n·1 int, @"".err·2 error)
|
||
func @"".Fscanf (@"".r·3 @"io".Reader, @"".format·4 string "esc:0x1", @"".a·5 ...interface {} "esc:0x9") (@"".n·1 int, @"".err·2 error)
|
||
func @"".init ()
|
||
|
||
$$
|
||
_go_.o 0 0 0 644 498797 `
|
||
go object linux amd64 go1.5.1 X:none
|
||
|
||
!
|
||
|