Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ggwhite committed Sep 2, 2024
1 parent b718c0e commit 2e0bcb2
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: go build -v ./...

- name: Test
run: go test -v -race -short -count=1 -coverprofile=.cover ./...
run: go test -v -race -short -count=1 -coverprofile=.cover ./...
7 changes: 7 additions & 0 deletions examples/customize/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module github.com/ggwhite/go-masker/v2/example/customize

go 1.19

require github.com/ggwhite/go-masker/v2 v2.0.0

replace github.com/ggwhite/go-masker/v2 => ../../
7 changes: 7 additions & 0 deletions examples/simple/go.mod
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
module github.com/ggwhite/go-masker/v2/example/simple

go 1.19

require github.com/ggwhite/go-masker/v2 v2.0.0

replace github.com/ggwhite/go-masker/v2 => ../../

0 comments on commit 2e0bcb2

Please sign in to comment.