8 lines
113 B
Go
Raw Permalink Normal View History

package constants
// Target types
const (
Target_Linux string = "Linux"
Target_Windows string = "Windows"
)