const path/filepath.ListSeparator
3 uses
path/filepath (current package)
path.go#L63: ListSeparator = os.PathListSeparator
path_unix.go#L34: return strings.Split(path, string(ListSeparator))
github.com/google/safehtml/template
trustedsource.go#L57: if i := strings.IndexAny(filename, string([]rune{filepath.Separator, filepath.ListSeparator})); i != -1 {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |