4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-07-03 18:57:47 +00:00

package level documentation for address/crypto/util

This commit is contained in:
Arceliar
2019-09-01 19:01:33 -05:00
parent cd99d04bd4
commit b3361d4bbc
3 changed files with 7 additions and 0 deletions

View File

@ -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