2025-01-24 22:47:28 +01:00
..
errors Added more tests 2024-08-11 14:00:51 +02:00
programs Implemented dynamic array indices 2025-01-24 22:47:28 +01:00
errors_test.go Added more tests 2024-08-11 14:00:51 +02:00
examples_test.go Improved Windows support 2024-08-14 13:41:22 +02:00
programs_test.go Implemented dynamic array indices 2025-01-24 22:47:28 +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