Documentation ¶
Overview ¶
Package strconvproxy is a package that provides a strconv proxy for the app.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StrconvProxy ¶
type StrconvProxy struct{}
StrconvProxy is a struct that implements Strconv.
func (*StrconvProxy) Atoi ¶
func (*StrconvProxy) Atoi(s string) (int, error)
Atoi is a proxy for strconv.Atoi.
func (*StrconvProxy) Itoa ¶
func (*StrconvProxy) Itoa(i int) string
Itoa is a proxy for strconv.Itoa.
Click to show internal directories.
Click to hide internal directories.