func strconv.FormatInt
65 uses
strconv (current package)
itoa.go#L25: func FormatInt(i int64, base int) string {
itoa.go#L35: return FormatInt(int64(i), 10)
compress/flate
inflate.go#L36: return "flate: corrupt input before offset " + strconv.FormatInt(int64(e), 10)
inflate.go#L53: return "flate: read error at offset " + strconv.FormatInt(e.Offset, 10) + ": " + e.Err.Error()
inflate.go#L65: return "flate: write error at offset " + strconv.FormatInt(e.Offset, 10) + ": " + e.Err.Error()
crypto/tls
common_string.go#L63: return "SignatureScheme(" + strconv.FormatInt(int64(i), 10) + ")"
common_string.go#L93: return "CurveID(" + strconv.FormatInt(int64(i), 10) + ")"
common_string.go#L113: return "ClientAuthType(" + strconv.FormatInt(int64(i), 10) + ")"
database/sql
convert.go#L508: return strconv.FormatInt(rv.Int(), 10)
encoding/base64
base64.go#L275: return "illegal base64 data at input byte " + strconv.FormatInt(int64(e), 10)
encoding/json
encode.go#L1021: w.ks = strconv.FormatInt(w.k.Int(), 10)
encoding/xml
marshal.go#L761: return strconv.FormatInt(val.Int(), 10), nil, nil
expvar
expvar.go#L57: return strconv.FormatInt(atomic.LoadInt64(&v.i), 10)
flag
flag.go#L178: func (i *int64Value) String() string { return strconv.FormatInt(int64(*i), 10) }
github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream
header_value.go#L441: return strconv.FormatInt(msec, 10)
github.com/aws/aws-sdk-go-v2/aws/signer/v4
v4.go#L415: signed[contentLengthHeader] = append(signed[contentLengthHeader], strconv.FormatInt(length, 10))
github.com/aws/aws-sdk-go-v2/internal/v4a
v4a.go#L408: signed[contentLengthHeader] = append(signed[contentLengthHeader], strconv.FormatInt(length, 10))
github.com/aws/aws-sdk-go-v2/service/internal/checksum
aws_chunked_encoding.go#L164: payloadLengthStr := strconv.FormatInt(payloadLength, 16)
aws_chunked_encoding.go#L285: header.WriteString(strconv.FormatInt(payloadSize, 16))
aws_chunked_encoding.go#L318: chunkSizeStr: strconv.FormatInt(int64(chunkSize), 16),
aws_chunked_encoding.go#L378: chunkSizeStr = strconv.FormatInt(n, 16)
middleware_compute_input_checksum.go#L357: req.Header.Set(decodedContentLengthHeaderName, strconv.FormatInt(streamLength, 10))
github.com/aws/aws-sdk-go-v2/service/s3/internal/customizations
presigned_expires.go#L45: query.Set("X-Amz-Expires", strconv.FormatInt(int64(m.Expires/time.Second), 10))
github.com/aws/smithy-go/encoding/httpbinding
header.go#L73: h.modifyHeader(strconv.FormatInt(v, 10))
query.go#L69: qv.updateKey(strconv.FormatInt(v, 10))
uri.go#L57: return u.modifyURI(strconv.FormatInt(v, 10))
github.com/go-pg/migrations/v8
collection.go#L35: return strconv.FormatInt(m.Version, 10)
github.com/go-pg/pg/v10/internal/pool
conn.go#L70: return strconv.FormatInt(cn.lastID, 10)
go.uber.org/atomic
int32.go#L108: return strconv.FormatInt(int64(v), 10)
int64.go#L108: return strconv.FormatInt(int64(v), 10)
go/constant
kind_string.go#L25: return "Kind(" + strconv.FormatInt(int64(i), 10) + ")"
value.go#L188: func (x int64Val) String() string { return strconv.FormatInt(int64(x), 10) }
go/types
typestring.go#L144: w.string(strconv.FormatInt(t.len, 10))
golang.org/x/net/http2
transport.go#L1958: f("content-length", strconv.FormatInt(contentLength, 10))
golang.org/x/tools/internal/pkgbits
syncmarker_string.go#L86: return "SyncMarker(" + strconv.FormatInt(int64(i+1), 10) + ")"
golang.org/x/tools/internal/typesinternal
errorcode_string.go#L177: return "ErrorCode(" + strconv.FormatInt(int64(i), 10) + ")"
google.golang.org/grpc/codes
code_string.go#L60: return "Code(" + strconv.FormatInt(int64(c), 10) + ")"
google.golang.org/grpc/internal/grpcutil
encode_duration.go#L47: return strconv.FormatInt(d, 10) + "n"
encode_duration.go#L50: return strconv.FormatInt(d, 10) + "u"
encode_duration.go#L53: return strconv.FormatInt(d, 10) + "m"
encode_duration.go#L56: return strconv.FormatInt(d, 10) + "S"
encode_duration.go#L59: return strconv.FormatInt(d, 10) + "M"
encode_duration.go#L62: return strconv.FormatInt(div(t, time.Hour), 10) + "H"
google.golang.org/protobuf/encoding/prototext
encode.go#L301: e.WriteName(strconv.FormatInt(int64(num), dec))
google.golang.org/protobuf/internal/encoding/defval
default.go#L139: return strconv.FormatInt(int64(v.Enum()), 10), nil
default.go#L144: return strconv.FormatInt(v.Int(), 10), nil
google.golang.org/protobuf/internal/encoding/json
encode.go#L179: e.out = append(e.out, strconv.FormatInt(n, 10)...)
google.golang.org/protobuf/internal/encoding/text
encode.go#L198: e.out = append(e.out, strconv.FormatInt(n, 10)...)
html/template
attr_string.go#L13: return "attr(" + strconv.FormatInt(int64(i), 10) + ")"
delim_string.go#L13: return "delim(" + strconv.FormatInt(int64(i), 10) + ")"
element_string.go#L13: return "element(" + strconv.FormatInt(int64(i), 10) + ")"
jsctx_string.go#L13: return "jsCtx(" + strconv.FormatInt(int64(i), 10) + ")"
state_string.go#L13: return "state(" + strconv.FormatInt(int64(i), 10) + ")"
urlpart_string.go#L13: return "urlPart(" + strconv.FormatInt(int64(i), 10) + ")"
internal/profile
merge.go#L257: lines[i*2+1] = strconv.FormatInt(line.Line, 16)
math/big
accuracy_string.go#L14: return "Accuracy(" + strconv.FormatInt(int64(i+-1), 10) + ")"
roundingmode_string.go#L13: return "RoundingMode(" + strconv.FormatInt(int64(i), 10) + ")"
net/http
fs.go#L330: w.Header().Set("Content-Length", strconv.FormatInt(sendSize, 10))
h2_bundle.go#L8549: f("content-length", strconv.FormatInt(contentLength, 10))
transfer.go#L292: if _, err := io.WriteString(w, strconv.FormatInt(t.ContentLength, 10)+"\r\n"); err != nil {
transfer.go#L296: trace.WroteHeaderField("Content-Length", []string{strconv.FormatInt(t.ContentLength, 10)})
os/exec
exec.go#L724: buf.WriteString(strconv.FormatInt(w.skipped, 10))
regexp/syntax
op_string.go#L24: return "Op(" + strconv.FormatInt(int64(i), 10) + ")"
regexp.go#L279: s := strconv.FormatInt(int64(r), 16)
regexp.go#L287: b.WriteString(strconv.FormatInt(int64(r), 16))