github.com/axw/juju@v0.0.0-20161005053422-4bd6544d08d4/cmd/juju/version_canary.go (about) 1 // Copyright 2016 Canonical Ltd. 2 // Licensed under the AGPLv3, see LICENCE file for details. 3 4 // +build !go1.6 5 6 package main 7 8 // This line intentionally does not compile. This file will only be compiled if 9 // you are compiling with a version of Go that is lower than the one we support. 10 var requiredGoVersion = This_project_requires_Go_1_6