Fix local import for tools/semver

This commit is contained in:
Zachary Yedidia 2017-07-21 08:35:51 -04:00
parent 4f8f6f1ca3
commit 9d2915c328
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,3 +1,5 @@
.DS_Store
micro
!cmd/micro
binaries/

View file

@ -5,7 +5,7 @@ import (
"os/exec"
"strings"
"./semver"
"github.com/zyedidia/micro/tools/semver"
)
func getTag(match ...string) (string, *semver.PRVersion) {