a steam .manifest decoder, for the purposes of independently verifying file integrity
Find a file
squel 60253acc9a
All checks were successful
/ run-conditions (push) Successful in 8s
/ test (push) Successful in 42s
add test/execute label requirement (#21)
Reviewed-on: #21
2025-06-25 23:00:13 +00:00
.forgejo/workflows add test/execute label requirement (#21) 2025-06-25 23:00:13 +00:00
decoder drop debug 2025-03-13 21:35:03 +00:00
protos Squel Led Development womensplaining 2024-11-10 22:14:33 +01:00
utils refactor: use correct mutex 2025-05-25 00:44:22 +02:00
.gitignore remove ./proto dir 2024-11-17 18:09:24 +01:00
go.mod refactor: check flag and manifest in any order 2025-03-13 21:35:12 +00:00
go.sum refactor: check flag and manifest in any order 2025-03-13 21:35:12 +00:00
LICENSE update license 2025 2025-03-13 22:34:34 +01:00
main.go fix: dont print decode at verify 2025-06-25 17:04:45 +02:00
README.md remove ./proto dir 2024-11-17 18:09:24 +01:00

deps:

go install google.golang.org/protobuf/cmd/protoc-gen-go@latest

building

go generate; go build .