MCPcopy 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

3import "fmt"
4
5type StdOut struct{}
6
7func (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