go 1.0
处理以/为分隔符的路径,例如Unix文件路径或者URL路径。
/
Unix
URL
import "path"
func Base(path string) string
func Dir(path string) string