Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dengsgo committed Nov 9, 2023
1 parent 57f40dd commit 5a7935a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cmd/decorator/buildtool.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ func test(v ...string) string {
return ""
}

//go:decor-lint required:{s, a, b}
//go:decor-lint required: {s={"hello", "world"}, a, b}
//go:decor-lint nonzero: {a}
// go:decor-lint required:{s, a, b}
// go:decor-lint required: {s={"hello", "world"}, a, b}
// go:decor-lint nonzero: {a}
func logging(ctx *decor.Context, s string, a int, b bool) {
ctx.TargetDo()
}
Expand Down

0 comments on commit 5a7935a

Please sign in to comment.