MCPcopy Create free account
hub / github.com/baidu-golang/pbrpc / int64ToString

Function int64ToString

httpserver.go:189–191  ·  view source on GitHub ↗
(i int64)

Source from the content-addressed store, hash-verified

187}
188
189func int64ToString(i int64) string {
190 return strconv.Itoa(int(i))
191}
192
193func errResponse(errno int, message string) *ResponseData {
194 return &ResponseData{ErrNo: errno, Message: message}

Callers 1

ServeHTTPMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected