1 Star 0 Fork 0

wrzfeijianshen / gocode

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
samepath_unix.go 176 Bytes
一键复制 编辑 原始数据 按行查看 历史
// +build !windows
package gbimporter
// samePath checks two file paths for their equality based on the current filesystem
func samePath(a, b string) bool {
return a == b
}
1
https://gitee.com/wrzfeijianshen/gocode.git
git@gitee.com:wrzfeijianshen/gocode.git
wrzfeijianshen
gocode
gocode
00e7f5ac290a

搜索帮助