a go dns packet parser

:/

+3 -3
+3 -3
.tangled/workflows/lint.yml
··· 3 3 branch: ["main"] 4 4 5 5 dependencies: 6 - nix-pkgs: 6 + nixpkgs: 7 7 - go 8 8 9 9 steps: 10 10 - name: "go fmt" 11 11 command: | 12 - unformatted=$(gofmt -l .) 13 - test -z "$unformatted" || (echo "$unformatted" && exit 1) 12 + unformatted=$(gofmt -l .) 13 + test -z "$unformatted" || (echo "$unformatted" && exit 1)