Newer
Older
package dns
import "fmt"
// Version is current version of this library.
// v holds the version of this library.
type v struct {
return fmt.Sprintf("%d.%d.%d", v.Major, v.Minor, v.Patch)
}
package dns
import "fmt"
// Version is current version of this library.
// v holds the version of this library.
type v struct {
return fmt.Sprintf("%d.%d.%d", v.Major, v.Minor, v.Patch)
}