From 03345bc256f49f94905aac906437b6dd8c8c13b4 Mon Sep 17 00:00:00 2001 From: Ivan Date: Tue, 11 Mar 2025 22:51:25 -0500 Subject: [PATCH] update --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d221275..2c9b0ca 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Aiming for full spec compatibility with the Python version 0.9.2. `Go 1.24.0` -Packages: +External Packages: - `golang.org/x/crypto` @@ -21,6 +21,14 @@ make build make run ``` +## Linter + +[Revive](https://github.com/mgechev/revive) + +```bash +revive -config revive.toml -formatter friendly ./pkg/* ./cmd/* ./internal/* +``` + ## To-Do List ### Core Components (In Progress)