mirror of
https://blitiri.com.ar/repos/chasquid
synced 2025-12-17 14:37:02 +00:00
Update Go doc comments to Go 1.19's format
This patch is the result of running Go 1.19's `gofmt` on the codebase, which automatically updates all Go doc comments to the new format. https://tip.golang.org/doc/go1.19#go-doc
This commit is contained in:
@@ -5,18 +5,17 @@
|
||||
//
|
||||
// It takes an "answers" file which contains lines with the following format:
|
||||
//
|
||||
// <domain> <type> <value>
|
||||
// <domain> <type> <value>
|
||||
//
|
||||
// For example:
|
||||
//
|
||||
// blah A 1.2.3.4
|
||||
// blah MX mx1
|
||||
// blah A 1.2.3.4
|
||||
// blah MX mx1
|
||||
//
|
||||
// Supported types: A, AAAA, MX, TXT.
|
||||
//
|
||||
// It's only meant to be used for testing, so it's not robust, performant, or
|
||||
// standards compliant.
|
||||
//
|
||||
package main
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user