github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/libraries/juju/errors/export_test.go (about) 1 // Copyright 2013, 2014 Canonical Ltd. 2 // Licensed under the LGPLv3, see LICENCE file for details. 3 4 package errors 5 6 // Since variables are declared before the init block, in order to get the goPath 7 // we need to return it rather than just reference it. 8 func GoPath() string { 9 return goPath 10 } 11 12 var TrimGoPath = trimGoPath