coder / websocket

Minimal and idiomatic WebSocket library for Go
ISC License
3.81k stars 286 forks source link

Replace filepath.Match with path.Match #452

Closed KianYang-Lee closed 4 weeks ago

KianYang-Lee commented 3 months ago

OS-specific behaviour is not necessary. This PR replaces filepath.Match with path.Match and also updated the documentation to reflect that.

Closes #451

nhooyr commented 3 months ago

@KianYang-Lee Nice this looks great thanks.

Could you rebase on dev to get rid of the extra commit?

KianYang-Lee commented 3 months ago

@nhooyr rebased

KianYang-Lee commented 3 months ago

@nhooyr is this good to merge?