blob: 8e6bb7c0ba16bd838812918a5744df3c61135ca4 [file]
// Copyright 2013, 2014 Canonical Ltd.
// Licensed under the LGPLv3, see LICENCE file for details.
package errors
// Since variables are declared before the init block, in order to get the goPath
// we need to return it rather than just reference it.
func TrimDefault() string {
return trimDefault
}
var TrimSourcePath = trimSourcePath