Skip to content

Commit

Permalink
Merge pull request #7 from arduino/force-os
Browse files Browse the repository at this point in the history
Added SetOSSuffix function
  • Loading branch information
cmaglie authored Aug 12, 2021
2 parents c598b80 + 2d6c42b commit b1f2416
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions properties.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ func GetOSSuffix() string {
return osSuffix
}

// SetOSSuffix force the OS suffix to the given value
func SetOSSuffix(suffix string) {
osSuffix = suffix
}

// NewMap returns a new Map
func NewMap() *Map {
return &Map{
Expand Down

0 comments on commit b1f2416

Please sign in to comment.