Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chronoxor/FastBinaryEncoding
/ MySender
Struct
MySender
projects/Go/tests/send_receive_test.go:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
import
"../proto/proto"
8
9
type
MySender
struct
{
10
*proto.Sender
11
}
12
13
func
NewMySender() *MySender {
14
sender := &MySender{proto.NewSender()}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected