Skip to content

Repository files navigation

My solutions for Go Interview Practice exercises. Feel free to open issues for questions, comments, or suggestions.

Challenge Categories

Intermediate

Advanced

Development

Install mise.

Running unit tests:

mise run test [directory]

Running benchmarks, excluding unit tests:

mise exec -- go test -run='^$' -bench='<test_method_regex>' <directory_containing_test>

<test_method_regex> could be something like 'Benchmark.+Sort$'. Note the quotes around the regex.

License

This project includes or is based on materials from:

go-interview-practice
Copyright (c) 2025 Reza Si Licensed under the MIT License.

The license text from go-interview-practice, as retrieved on October 27, 2025,
is included locally in LICENSE-MIT for reference.
Future changes to that project's license do not apply retroactively to this repository.

All original content in this repository is licensed under the
Apache License, Version 2.0.

About

"Go Interview Practice" Challenge Solutions

Topics

Resources

Code of conduct

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages