Init go rewrite

This commit is contained in:
Zoe Roux
2024-01-11 15:16:13 +01:00
parent 439407ea59
commit b2a0dfa702
18 changed files with 21 additions and 3318 deletions
+2 -5
View File
@@ -61,8 +61,5 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: dtolnay/rust-toolchain@stable
- name: Run cargo fmt
run: |
cargo fmt --check
- name: Run go fmt
run: if [ "$(gofmt -s -l . | wc -l)" -gt 0 ]; then exit 1; fi