This commit is contained in:
2025-03-11 22:51:25 -05:00
parent e486923e8f
commit 03345bc256

View File

@@ -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)