Undo client_version changes

This commit is contained in:
Taylor Gerring
2015-03-09 11:04:38 -05:00
parent fb23a0cfe0
commit 9723191b19
7 changed files with 14 additions and 19 deletions

View File

@@ -13,10 +13,6 @@ import (
"github.com/kardianos/osext"
)
func MakeVersion(name, version string) string {
return fmt.Sprintf("%s/v%s/%s/%s", name, version, runtime.GOOS, runtime.Version())
}
func DefaultAssetPath() string {
var assetPath string
pwd, _ := os.Getwd()