Browse Source

fix: 更新go.mod

SongZihuan 1 year ago
parent
commit
6fd0bd0da6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      go.mod
  2. 1 1
      sample/sample1.go

+ 1 - 1
go.mod

@@ -1,3 +1,3 @@
-module github.com/wuntsong/wterrors
+module github.com/wuntsong-org/wterrors
 
 go 1.21

+ 1 - 1
sample/sample1.go

@@ -2,7 +2,7 @@ package main
 
 import (
 	"fmt"
-	errors "github.com/wuntsong/wterrors"
+	errors "github.com/wuntsong-org/wterrors"
 )
 
 var ErrClass1 = errors.NewClass("class 1")