diff options
Diffstat (limited to 'internal/api/testdata/pkg.go')
| -rw-r--r-- | internal/api/testdata/pkg.go | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/internal/api/testdata/pkg.go b/internal/api/testdata/pkg.go index b9650bb8..6d62abad 100644 --- a/internal/api/testdata/pkg.go +++ b/internal/api/testdata/pkg.go @@ -4,10 +4,16 @@ // Package pkg has every form of declaration. // +// # Heading +// +// Search [Google] for details. +// // # Links // // - pkgsite repo, https://go.googlesource.com/pkgsite // - Play with Go, https://play-with-go.dev +// +// [Google]: https://google.com package pkg // C is a shorthand for 1. |
