github.com/yoctocloud/packer@v0.6.2-0.20160520224004-e11a0a18423f/builder/azure/common/constants/goos.go (about) 1 // Copyright (c) Microsoft Corporation. All rights reserved. 2 // Licensed under the MIT License. See the LICENSE file in builder/azure for license information. 3 4 package constants 5 6 const ( 7 GOOS_Linux string = "linux" 8 GOOS_Windows string = "windows" 9 GOOS_Darwin string = "darwin" 10 )