From ec17e0b4ceb1179f4e0bcf293df696ca1fb11a98 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 21 Mar 2025 14:54:53 +0800 Subject: [PATCH] README: Remove old styling conventions --- README.md | 10 ---------- diff --git a/README.md b/README.md index dd339220c410e540546d146dc16797a0c754b22b..0a49657ee583799a057f0b19d23e67e79836d61b 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,3 @@ | - | - | | 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` -- 2.48.1