Link doc lines to source specifications.

This commit is contained in:
Jeroen van Rijn
2025-10-10 18:29:52 +02:00
parent 998fbdc5c0
commit 236111864e
6 changed files with 7 additions and 10 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
/*
Reader and writer for comma-separated values (`CSV`) files, per `RFC 4180`.
This package supports the format described in [[ RFC 4180; https://tools.ietf.org/html/rfc4180.html ]]
Reader and writer for comma-separated values (`CSV`) files, per [[ RFC 4180 ; https://tools.ietf.org/html/rfc4180.html ]].
Example:
package main