Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SmartPool/smartpool-client
/ StdOut
Struct
StdOut
stdout.go:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
"fmt"
4
5
type
StdOut
struct
{}
6
7
func
(StdOut) Printf(format string, a ...
interface
{}) (n int, err error) {
8
return
fmt.Printf(format, a...)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected