Skip to content

Commit d767ffd

Browse files
committed
Adding doc.go and changelog entry (#12)
1 parent c45f8b0 commit d767ffd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.changelog/12.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:feature
2+
Introduced `setvalidator` package with `ValuesAre()` validation function
3+
```

setvalidator/doc.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
// Package setvalidator provides validators for types.Set attributes.
2+
package setvalidator

0 commit comments

Comments
 (0)