Source File
version.go
Belonging Package
github.com/miekg/dns
package dnsimport// Version is current version of this library.var Version = v{1, 1, 66}// v holds the version of this library.type v struct {Major, Minor, Patch int}func ( v) () string {return fmt.Sprintf("%d.%d.%d", .Major, .Minor, .Patch)}
![]() |
The pages are generated with Golds v0.8.2. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |