Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ahmedakef/goshell
/ commandPrintted
Function
commandPrintted
manager.go:185–187 ·
view source on GitHub ↗
(command string)
Source
from the content-addressed store, hash-verified
183
}
184
185
func
commandPrintted(command string) string {
186
return
fmt.Sprintf(
"fmt.Printf(%s, %s)"
,
"\"
%#v\\n\
""
, command)
187
}
188
189
func
(m *Manager) cleanUp() {
190
os.Remove(m.programPath)
Callers
1
prepareCommands
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected