mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-28 14:15:06 +03:00
package level documentation for address/crypto/util
This commit is contained in:
parent
cd99d04bd4
commit
b3361d4bbc
3 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// Package util contains miscellaneous utilities used by yggdrasil.
|
||||
// In particular, this includes a crypto worker pool, Cancellation machinery, and a sync.Pool used to reuse []byte.
|
||||
package util
|
||||
|
||||
// These are misc. utility functions that didn't really fit anywhere else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue