github.com/mhilton/juju-juju@v0.0.0-20150901100907-a94dd2c73455/version/export_windows_test.go (about)

     1  // Copyright 2015 Canonical Ltd.
     2  // Copyright 2015 Cloudbase Solutions SRL
     3  // Licensed under the AGPLv3, see LICENCE file for details.
     4  
     5  package version
     6  
     7  var (
     8  	CurrentVersionKey = &currentVersionKey
     9  	OSVersion         = osVersion
    10  )