Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ktong committed Nov 21, 2024
1 parent c82b220 commit 48ad8fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Config.Load now is concurrent-safe (#567).
- Removes the chronological order between Config.Load and Config.Watch,
so they can be called in different goroutines (#569).
so they can be called in different goroutines (#569).

## [1.3.1] - 2024-09-09

Expand Down
2 changes: 1 addition & 1 deletion internal/nocopy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ func TestNoCopy(t *testing.T) {

var s1 s
s1.check()
s2 := s1
s2 := s1 //nolint:govet
s2.check()

t.Fail()
Expand Down

0 comments on commit 48ad8fc

Please sign in to comment.