- Agent roles and coordination features - Chat API integration testing - New configuration and workspace management 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
6 lines
236 B
Go
6 lines
236 B
Go
// Package manet provides Multiaddr specific versions of common
|
|
// functions in stdlib's net package. This means wrappers of
|
|
// standard net symbols like net.Dial and net.Listen, as well
|
|
// as conversion to/from net.Addr.
|
|
package manet
|