Namespace: joker.runtime
v1.0Contents
Summary
Reports build-time Go and Joker runtime metadata.
Index
Constants
Constants are variables with :const true in their metadata. Joker currently does not recognize them as special; as such, it allows redefining them or their values.-
(None.)
Variables
-
(None.)
Functions, Macros, and Special Forms
-
go-root
Function v1.0(go-root)Returns the GOROOT path embedded in the Go toolchain.
-
go-version
Function v1.0(go-version)Returns the Go version string used to build Joker.
-
joker-version
Function v1.0(joker-version)Returns Joker's raw version string.
Unlike joker.core/joker-version, this includes the leading "v".