github.com/wallyworld/juju@v0.0.0-20161013125918-6cf1bc9d917a/cmd/jujud/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