package config type Arch uint8 const ( UnknownArch Arch = iota ARM X86 )