github.com/rogpeppe/juju@v0.0.0-20140613142852-6337964b789e/version/osversion_linux.go (about) 1 // Copyright 2014 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 4 // +build linux 5 6 package version 7 8 func osVersion() string { 9 return readSeries(lsbReleaseFile) 10 }