tangled
alpha
login
or
join now
seiso.moe
/
magna
1
fork
atom
a go dns packet parser
1
fork
atom
overview
issues
13
pulls
1
pipelines
:/
seiso.moe
7 months ago
c332fa34
8ce6de9a
+3
-3
1 changed file
expand all
collapse all
unified
split
.tangled
workflows
lint.yml
+3
-3
.tangled/workflows/lint.yml
···
3
3
branch: ["main"]
4
4
5
5
dependencies:
6
6
-
nix-pkgs:
6
6
+
nixpkgs:
7
7
- go
8
8
9
9
steps:
10
10
- name: "go fmt"
11
11
command: |
12
12
-
unformatted=$(gofmt -l .)
13
13
-
test -z "$unformatted" || (echo "$unformatted" && exit 1)
12
12
+
unformatted=$(gofmt -l .)
13
13
+
test -z "$unformatted" || (echo "$unformatted" && exit 1)