package constants const ( Windows = "windows" Linux = "linux" Darwin = "darwin" ) const ( Python = "python" Nodejs = "node" Java = "java" ) const ( InstallStatusNotInstalled = "not-installed" InstallStatusInstalling = "installing" InstallStatusInstallingOther = "installing-other" InstallStatusInstalled = "installed" )