Package dev.palindrom615.eeaao
Class OsDetectorConverters
java.lang.Object
dev.palindrom615.eeaao.OsDetectorConverters
This class converts
OsDetector's os and arch to that used in GOOS and GOARCH.
see respective specification on os-maven-plugin and Golang
-
Method Summary
-
Method Details
-
convertOs
Convert os to GOOS.- Parameters:
os- given os-maven-plugin os- Returns:
- GOOS string
-
convertArch
Convert arch to GOARCH.- Parameters:
arch- given os-maven-plugin arch- Returns:
- GOARCH string
-