PHP » GoLang |
login |
register |
about
|
basenamebasename[code=golang]
func Basename(path string) string {
return filepath.Base(path)
}
[/code]
|