q/tests
2025-02-07 21:25:29 +01:00
..
errors Added more tests 2025-02-07 21:25:29 +01:00
programs Implemented reading from struct fields 2025-02-04 20:43:15 +01:00
errors_test.go Added more tests 2025-02-07 21:25:29 +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