diff options
author | Runxi Yu <me@runxiyu.org> | 2025-03-21 14:54:53 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-03-21 14:54:53 +0800 |
commit | ec17e0b4ceb1179f4e0bcf293df696ca1fb11a98 (patch) | |
tree | 24ef066b045f31c8ddc953667fddf5c8fb2ccddd | |
parent | README.md: Add ansiec (diff) | |
download | go-lindenii-common-ec17e0b4ceb1179f4e0bcf293df696ca1fb11a98.tar.gz go-lindenii-common-ec17e0b4ceb1179f4e0bcf293df696ca1fb11a98.tar.zst go-lindenii-common-ec17e0b4ceb1179f4e0bcf293df696ca1fb11a98.zip |
README: Remove old styling conventions
-rw-r--r-- | README.md | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -21,13 +21,3 @@ All custom packages are licensed under CC0-1.0. | misc | Misc functions | | clog | Logging utilities | | ansiec | ANSI escape codes | - -## Conventions - -The Lindenii project's Go style follows the standard Go style as produced by -[gofumpt](https://github.com/mvdan/gofumpt), except in identifier naming. - -* Types end with `_t`. -* Constants are `UPPER_SNAKE_CASE`. -* Variables and unexported functions and fields are `lower_snake_case` -* Exported functions and fields are `Capitalized_snake_case` |