Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/remotemobprogramming/mob
/ Say
Function
Say
say/say.go:69–74 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
67
}
68
69
func
Say(s string) {
70
if
len(s) == 0 {
71
return
72
}
73
PrintToConsole(strings.TrimRight(s,
" \r\n\t\v\f"
) +
"\n"
)
74
}
75
76
func
Debug(text string) {
77
if
isDebug {
Callers
12
sayLastCommitsWithMessage
Function · 0.92
createTestbed
Function · 0.92
setWorkingDir
Function · 0.92
branch
Function · 0.92
sayLastCommitsList
Function · 0.92
version
Function · 0.92
Config
Function · 0.92
removed
Function · 0.92
deprecated
Function · 0.92
experimental
Function · 0.92
SetWorkingDir
Function · 0.92
Help
Function · 0.92
Calls
no outgoing calls
Tested by
2
createTestbed
Function · 0.74
setWorkingDir
Function · 0.74