type expvar.String
6 uses
expvar (current package)
expvar.go#L232: type String struct {
expvar.go#L236: func (v *String) Value() string {
expvar.go#L243: func (v *String) String() string {
expvar.go#L249: func (v *String) Set(value string) {
expvar.go#L314: func NewString(name string) *String {
expvar.go#L315: v := new(String)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |