commit 0c1485ecba937451b5f91fffb90188e32b70ade3 Author: Jarkko Toivanen Date: Sun May 18 06:58:46 2025 +0300 Init repo diff --git a/README.md b/README.md new file mode 100644 index 0000000..c910325 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# Millics + +System metrics for system admins. Simple and light. diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..ad65737 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module millics + +go 1.19 diff --git a/main.go b/main.go new file mode 100644 index 0000000..e69de29