commit bb389d2d79fd34d76293b66a3e8f325c6f0685e3 Author: Tanishq Dubey Date: Thu Oct 9 18:31:19 2025 -0400 First commit diff --git a/go.mod b/go.mod new file mode 100644 index 0000000..6776152 --- /dev/null +++ b/go.mod @@ -0,0 +1,3 @@ +module git.dws.rip/DWS/onyx + +go 1.24.2