a go dns packet parser

:/

Changed files
+3 -3
.tangled
workflows
+3 -3
.tangled/workflows/lint.yml
···
branch: ["main"]
dependencies:
-
nix-pkgs:
+
nixpkgs:
- go
steps:
- name: "go fmt"
command: |
-
unformatted=$(gofmt -l .)
-
test -z "$unformatted" || (echo "$unformatted" && exit 1)
+
unformatted=$(gofmt -l .)
+
test -z "$unformatted" || (echo "$unformatted" && exit 1)