q/tests
2025-02-12 00:04:30 +01:00
..
errors Implemented extern functions 2025-02-12 00:04:30 +01:00
programs Added more tests 2025-02-11 18:48:40 +01:00
errors_test.go Implemented extern functions 2025-02-12 00:04:30 +01:00
examples_test.go Implemented reading from struct fields 2025-02-04 20:43:15 +01:00
programs_test.go Added more tests 2025-02-11 18:48:40 +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