about summary refs log tree commit diff
path: root/go.mod
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2020-03-14 23:45:39 +0100
committerLeah Neukirchen <leah@vuxu.org>2020-03-14 23:45:39 +0100
commit1d608c6483f589f8da48bdc12e423721aca94c4b (patch)
tree1b76523501daf867df4c80c0b8c707ca613a6ecf /go.mod
downloadhtping-1d608c6483f589f8da48bdc12e423721aca94c4b.tar.gz
htping-1d608c6483f589f8da48bdc12e423721aca94c4b.tar.xz
htping-1d608c6483f589f8da48bdc12e423721aca94c4b.zip
initial commit
Diffstat (limited to 'go.mod')
-rw-r--r--go.mod3
1 files changed, 3 insertions, 0 deletions
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..d6b499c
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/leahneukirchen/htping
+
+go 1.14