a go dns packet parser

add static check

Changed files
+18
.tangled
workflows
+18
.tangled/workflows/staticcheck.yml
···
+
when:
+
- event: ["push", "pull_request", "manual"]
+
branch: ["main"]
+
+
engine: "nixery"
+
+
clone:
+
depth: 1
+
submodules: false
+
+
dependencies:
+
nixpkgs:
+
- go
+
+
steps:
+
- name: "staticcheck"
+
command: |
+
go run honnef.co/go/tools/cmd/staticcheck@latest