package version
import "github.com/ydb-platform/ydb-go-sdk/v3/internal/version"
Index ¶
Constants ¶
const ( Major = "3" Minor = "108" Patch = "0" Package = "ydb-go-sdk" )
const ( Version = Major + "." + Minor + "." + Patch FullVersion = Package + "/" + 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.108.0 (latest)
- Published
- Apr 21, 2025
- Platform
- windows/amd64
- Imports
- 3 packages
- Last checked
- 2 minutes ago –
Tools for package owners.