update
This commit is contained in:
10
README.md
10
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)
|
||||
|
||||
Reference in New Issue
Block a user