package config type OS uint8 const ( UnknownOS OS = iota Linux Mac Web Windows )