2 Star 0 Fork 1

mirrors_kardianos / govendor

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
prefix.go 248 Bytes
一键复制 编辑 原始数据 按行查看 历史
package vfilepath
import "strings"
func HasPrefixDir(path string, prefix string) bool {
return strings.HasPrefix(makeDirPath(path), makeDirPath(prefix))
}
func makeDirPath(path string) string {
if path != "/" {
path += "/"
}
return path
}
1
https://gitee.com/mirrors_kardianos/govendor.git
git@gitee.com:mirrors_kardianos/govendor.git
mirrors_kardianos
govendor
govendor
v1.0.9

搜索帮助

53164aa7 5694891 3bd8fe86 5694891