q/tests
2025-02-06 12:49:17 +01:00
..
errors Added server example 2025-02-06 12:49:17 +01:00
programs Implemented reading from struct fields 2025-02-04 20:43:15 +01:00
errors_test.go Added more tests 2025-02-05 11:11:15 +01:00
examples_test.go Implemented reading from struct fields 2025-02-04 20:43:15 +01:00
programs_test.go Implemented reading from struct fields 2025-02-04 20:43:15 +01:00
readme.md Updated documentation 2024-08-26 12:46:47 +02:00

Tests

go test ./... -v -cover

Benchmarks

go test ./tests -run='^$' -bench=. -benchmem