Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mmcgrana/gobyexample
/ String
Method
String
examples/enums/enums.go:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
func
(ss ServerState) String() string {
43
return
stateName[ss]
44
}
45
46
func
main() {
47
ns := transition(StateIdle)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected