Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gizak/termui
/ String
Method
String
_examples/tree.go:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
type
nodeValue string
13
14
func
(nv nodeValue) String() string {
15
return
string(nv)
16
}
17
18
func
main() {
19
if
err := ui.Init(); err != nil {
Callers
1
parseStyles
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected