Revert "prepend skip dirs with slash so tools like govendor can still have a report"

This reverts commit 43b4abfd9a.
This commit is contained in:
Shawn Smith
2016-05-16 01:29:15 +09:00
parent 43b4abfd9a
commit 7ea0d80bb7

View File

@@ -12,7 +12,7 @@ import (
)
var (
skipDirs = []string{"/Godeps/", "/vendor/", "/third_party/"}
skipDirs = []string{"Godeps", "vendor", "third_party"}
skipSuffixes = []string{".pb.go", ".pb.gw.go", ".generated.go", "bindata.go"}
)