vim/bundle/deoplete-go/benchmark/json/fmt.json

1 line
2.2 KiB
JSON

[0, [{"class": "func", "name": "Errorf", "type": "func(format string, a ...interface{}) error"}, {"class": "func", "name": "Fprint", "type": "func(w io.Writer, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fprintf", "type": "func(w io.Writer, format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fprintln", "type": "func(w io.Writer, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fscan", "type": "func(r io.Reader, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fscanf", "type": "func(r io.Reader, format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Fscanln", "type": "func(r io.Reader, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Print", "type": "func(a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Printf", "type": "func(format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Println", "type": "func(a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Scan", "type": "func(a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Scanf", "type": "func(format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Scanln", "type": "func(a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Sprint", "type": "func(a ...interface{}) string"}, {"class": "func", "name": "Sprintf", "type": "func(format string, a ...interface{}) string"}, {"class": "func", "name": "Sprintln", "type": "func(a ...interface{}) string"}, {"class": "func", "name": "Sscan", "type": "func(str string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Sscanf", "type": "func(str string, format string, a ...interface{}) (n int, err error)"}, {"class": "func", "name": "Sscanln", "type": "func(str string, a ...interface{}) (n int, err error)"}, {"class": "type", "name": "Formatter", "type": "interface"}, {"class": "type", "name": "GoStringer", "type": "interface"}, {"class": "type", "name": "ScanState", "type": "interface"}, {"class": "type", "name": "Scanner", "type": "interface"}, {"class": "type", "name": "State", "type": "interface"}, {"class": "type", "name": "Stringer", "type": "interface"}]]