mirror of
https://github.com/miekg/dns.git
synced 2025-10-11 18:01:02 +02:00
Docs
This commit is contained in:
parent
3ba1bf974e
commit
b323d0276a
2
zscan.go
2
zscan.go
@ -96,7 +96,7 @@ type lex struct {
|
|||||||
type Token struct {
|
type Token struct {
|
||||||
RR // the scanned resource record when error is not nil
|
RR // the scanned resource record when error is not nil
|
||||||
Error *ParseError // when an error occured, this has the error specifics
|
Error *ParseError // when an error occured, this has the error specifics
|
||||||
Comment string // A potential comment positioned after the RR
|
Comment string // A potential comment positioned after the RR, but on the same line
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewRR reads the RR contained in the string s. Only the first RR is returned.
|
// NewRR reads the RR contained in the string s. Only the first RR is returned.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user