a go dns packet parser

add static check

+18
+18
.tangled/workflows/staticcheck.yml
··· 1 + when: 2 + - event: ["push", "pull_request", "manual"] 3 + branch: ["main"] 4 + 5 + engine: "nixery" 6 + 7 + clone: 8 + depth: 1 9 + submodules: false 10 + 11 + dependencies: 12 + nixpkgs: 13 + - go 14 + 15 + steps: 16 + - name: "staticcheck" 17 + command: | 18 + go run honnef.co/go/tools/cmd/staticcheck@latest