1 Star 0 Fork 1

landy / qlang

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
path_exports.go 515 Bytes
一键复制 编辑 原始数据 按行查看 历史
xushiwei 提交于 2016-05-21 14:48 . #71 gomodule._name
package path
import (
"path"
)
// -----------------------------------------------------------------------------
// Exports is the export table of this module.
//
var Exports = map[string]interface{}{
"_name": "path",
"base": path.Base,
"clean": path.Clean,
"dir": path.Dir,
"ext": path.Ext,
"isAbs": path.IsAbs,
"join": path.Join,
"match": path.Match,
"split": path.Split,
"ErrBadPattern": path.ErrBadPattern,
}
// -----------------------------------------------------------------------------
Go
1
https://gitee.com/landylee007/qlang.git
git@gitee.com:landylee007/qlang.git
landylee007
qlang
qlang
v2.9.60

搜索帮助