Versions in this module Expand all Collapse all v0 v0.0.9 Sep 13, 2013 Changes in this version + var Current = Binary + var Zero = Number + func CurrentArch() string + func CurrentSeries() string + type Binary struct + Arch string + Series string + func MustParseBinary(s string) Binary + func ParseBinary(s string) (Binary, error) + func (v Binary) GetBSON() (interface{}, error) + func (v Binary) MarshalJSON() ([]byte, error) + func (v Binary) String() string + func (vp *Binary) SetBSON(raw bson.Raw) error + func (vp *Binary) UnmarshalJSON(data []byte) error + type Number struct + Build int + Major int + Minor int + Patch int + func CurrentNumber() Number + func MustParse(s string) Number + func Parse(s string) (Number, error) + func (v Number) GetBSON() (interface{}, error) + func (v Number) IsDev() bool + func (v Number) Less(w Number) bool + func (v Number) MarshalJSON() ([]byte, error) + func (v Number) String() string + func (vp *Number) SetBSON(raw bson.Raw) error + func (vp *Number) UnmarshalJSON(data []byte) error