number571 / go-peer

🔐 Library for developing secure, decentralized, anonymous and quantum-resistant networks in Go language
MIT License
265 stars 16 forks source link

Add custom linters for code style (docs) #10

Closed number571 closed 3 weeks ago

number571 commented 4 months ago

English

When writing a project, it is necessary to adhere to the specified code style described in the documentation. Nevertheless, compliance with it is manual labor and appropriate verification. As a result, some incorrect parts of the code may be skipped and ignored. Linters are able to fix this problem.

https://github.com/number571/go-peer/tree/master/docs#code-style-go-peer


Russian

При написании проекта необходимо придерживаться заданного стиля кода описанного в документации. Тем не менее его соблюдение представляет собой ручной труд и соответствующую проверку. Вследствие этого некоторые неправильные части кода могут быть пропущены и проигнорированы. Линтеры способны исправить данную проблему.

https://github.com/number571/go-peer/tree/master/docs#code-style-go-peer