~arosales/juju-core/update-azure-boilerplate

1
2
3
4
5
6
7
8
// Copyright 2012, 2013 Canonical Ltd.
// Licensed under the AGPLv3, see LICENCE file for details.

package version

func ReadSeries(f string) string {
	return readSeries(f)
}