Skip to content

Commit 8ae117a

Browse files
committed
Added GetOSSuffix function
1 parent 05018b2 commit 8ae117a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

properties.go

+5
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,11 @@ func init() {
9999
}
100100
}
101101

102+
// GetOSSuffix returns the os name used to filter os-specific properties in Load* functions
103+
func GetOSSuffix() string {
104+
return osSuffix
105+
}
106+
102107
// NewMap returns a new Map
103108
func NewMap() *Map {
104109
return &Map{

0 commit comments

Comments
 (0)