package
0.0.0-20241204122019-edc3dff58e5e
Repository: https://github.com/fau-cdi/process_over_websocket.git
Documentation: pkg.go.dev

# Functions

Clean cleans the path p so that the following conditions are met: - It is always non-empty - It always starts with a '/' - It never contains any '.' or '..' segments - It always ends with a '/' This means it can be safely used in URL checks.