identd: reference RFC

This commit is contained in:
Simon Ser 2023-02-23 13:00:01 +01:00
parent 5a1cbc425f
commit 21eb384bd6
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,6 @@
// Package identd implements an Identification Protocol server.
//
// The Identification Protocol is defined in RFC 1413.
package identd
import (