func path/filepath.Base

2 uses

	path/filepath (current package)
		path.go#L616: func Base(path string) string {

	mime/multipart
		multipart.go#L101: 	return filepath.Base(filename)