Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit ffe779d

Browse files
authored
Update doc.go
1 parent c71fc56 commit ffe779d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88
//
99
// Deprecated: avoid using assertion libraries.
1010
// Use the standard library and [github.com/google/go-cmp/cmp] instead.
11-
// Reference: https://go.dev/wiki/TestComments.
11+
// Follow the official [Go Test Comments].
12+
//
13+
// [Go Test Comments]: https://go.dev/wiki/TestComments
1214
package verify

0 commit comments

Comments
 (0)