Browse Source

fix go mod

apkipa 2 months ago
parent
commit
724e43072f
2 changed files with 2 additions and 1 deletions
  1. 1 0
      .gitignore
  2. 1 1
      go.mod

+ 1 - 0
.gitignore

@@ -1,2 +1,3 @@
 release
 tmp
+minio-into-stck/minio-into-stck

+ 1 - 1
go.mod

@@ -1,4 +1,4 @@
-module example/minio-into-ck
+module example/minio-into-stck
 
 go 1.22.2