index
:
linum
mad
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
internal
/
dns
/
question.go
blob: 101cb0a771600d65807ebd1b233671cd7d6f2af0 (
plain
)
1
2
3
4
5
6
7
package dns type Question struct { Name Name Type uint16 Class uint16 }