From add60a14214bf6c6e2e8786d1deaa279225b7ebc Mon Sep 17 00:00:00 2001 From: risotto Date: Sun, 29 Dec 2024 03:41:37 -0700 Subject: [PATCH] init module --- go.mod | 3 +++ journalctl.go | 1 + ping.go | 1 + 3 files changed, 5 insertions(+) create mode 100644 go.mod create mode 100644 journalctl.go create mode 100644 ping.go diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..58a9a87 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.bivouac.wiki/go/mention + +go 1.22.5 diff --git a/journalctl.go b/journalctl.go new file mode 100644 index 0000000..5027eff --- /dev/null +++ b/journalctl.go @@ -0,0 +1 @@ +package mention diff --git a/ping.go b/ping.go new file mode 100644 index 0000000..5027eff --- /dev/null +++ b/ping.go @@ -0,0 +1 @@ +package mention