gitlab.com/evatix-go/core@v1.3.55/ostype/GetCurrentGroup.go (about)

     1  package ostype
     2  
     3  import "gitlab.com/evatix-go/core/osconsts"
     4  
     5  func GetCurrentGroup() Group {
     6  	return GetGroup(osconsts.CurrentOperatingSystem)
     7  }