RESOURCES_LIBRARY() TOOLCHAIN(go) IF(GOSTD_VERSION == 1.22) VERSION(1.22) DECLARE_EXTERNAL_HOST_RESOURCES_BUNDLE_BY_JSON(GO_TOOLS go1.22.json) ELSE() MESSAGE(FATAL_ERROR Unsupported version [${GOSTD_VERSION}] of Go Standard Library) ENDIF() END()