mirror of
https://github.com/DNSCrypt/dnscrypt-proxy.git
synced 2024-12-12 22:36:32 +01:00
af0629856c
Tests cover most of the cache and download related code paths and specify the expected result of various starting states and external failure modes. Where the current code's behaviour doesn't match a test's expectations, the test is disabled and annotated with a TODO until it can be fixed. Added dependency on `github.com/powerman/check` and ran `go mod vendor`.
6 lines
256 B
Go
6 lines
256 B
Go
// Package reporting contains internal functionality related
|
|
// to console reporting and output. Although this package has
|
|
// exported names is not intended for public consumption. See the
|
|
// examples package for how to use this project.
|
|
package reporting
|