feat: added go mod

This commit is contained in:
darwincereska
2026-04-13 22:51:51 -04:00
parent e88fbf9cf0
commit b40f2e50a2
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
package chipper
package v1
import (
"fmt"
+1 -1
View File
@@ -1,3 +1,3 @@
module github.com/log-chipper/chipper/v1
module github.com/log-chipper/chipper/clients/go/v1
go 1.25.7