Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
3
import
"fmt"
4
5
type
Howie
struct
{
6
Addr string
7
Data string
8
}
9
10
func
NewHowie()*Howie {
11
var
d =new(Howie)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected