MCPcopy
hub / github.com/hwholiday/learning_tools / Howie

Struct Howie

interface/src/Howie.go:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import "fmt"
4
5type Howie struct {
6 Addr string
7 Data string
8}
9
10func NewHowie()*Howie {
11 var d =new(Howie)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected