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)