Build & Development Commands
- write optimized and laconic golang code. avoid use extra dependencies if it possible
Testing Guidelines
- write unit tests for function. try write table tests if possible and generate list of test cases
Code Style & Guidelines
- follow golang styles and guidelines
Documentation Guidelines