Skip to content

Commit 838e68a

Browse files
committed
feat(package): custom package's domain
1 parent 3926749 commit 838e68a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module github.com/normal-coder/go-masker
1+
module normalcoder.com/go-masker
22

33
go 1.17

main.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,8 @@ limitations under the License.
1616

1717
package main
1818

19+
//import "github.com/normal-coder/go-masker/cmd"
20+
1921
func main() {
22+
//cmd.Execute()
2023
}

util/masker/masker.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ limitations under the License.
1717
package masker
1818

1919
import (
20-
"github.com/normal-coder/go-masker/util/regRule"
20+
"normalcoder.com/go-masker/util/regRule"
2121
"reflect"
2222
"regexp"
2323
"strings"

0 commit comments

Comments
 (0)