alexander-bergasov/golang icon
public
Published on 5/25/2025
golang rules

golang

Rules

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