package version
import "github.com/ydb-platform/ydb-go-sdk/v3/internal/version"
Index ¶
Constants ¶
const ( Major = "3" Minor = "66" Patch = "3" Prefix = "ydb-go-sdk" )
const ( Version = Major + "." + Minor + "." + Patch FullVersion = Prefix + "/" + Version )
Functions ¶
func Gte ¶
Gte compare lhs and rhs as (lhs >= rhs)
func Lt ¶
Lt compare lhs and rhs as (lhs < rhs)
Source Files ¶
- Version
- v3.66.3
- Published
- May 3, 2024
- Platform
- linux/amd64
- Imports
- 3 packages
- Last checked
- 1 minute ago –
Tools for package owners.