Skip to content

Commit c0e6798

Browse files
committed
chore: add initial repo structure
1 parent 510a85f commit c0e6798

21 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Whitespace-only changes.

.github/workflows/release.yml

Whitespace-only changes.

.gitignore

Whitespace-only changes.

.golangci.yml

Whitespace-only changes.

.goreleaser.yml

Whitespace-only changes.

cmd/nettrace/main.go

Whitespace-only changes.

go.mod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
module github.com/aartinian/nettrace
2+
3+
go 1.22.12

internal/app/format/json.go

Whitespace-only changes.

internal/app/format/table.go

Whitespace-only changes.

internal/app/run.go

Whitespace-only changes.

0 commit comments

Comments
 (0)