package
Version:
v0.9.5-rc3
Opens a new window with list of versions in this module.
Published: Aug 15, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 1
Opens a new window with list of known importers.
Documentation
¶
View Source
var Runtimes = []repos.Runtime{
&busybox.Runtime{},
&python.Runtime{
Version: "3.12",
Default: true,
},
&python.Runtime{
Version: "3.11",
},
&python.Runtime{
Version: "3.10",
},
&node.Runtime{
Version: "20",
Default: true,
},
&golang.Runtime{
Version: "1.23.0",
},
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.