package version
import "github.com/ydb-platform/ydb-go-sdk/v3/internal/version"
Index ¶
Constants ¶
const ( Major = "3" Minor = "53" 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.53.3
- Published
- Oct 17, 2023
- Platform
- js/wasm
- Imports
- 3 packages
- Last checked
- 20 minutes ago –
Tools for package owners.