Jigsaw-Code / outline-go-tun2socks

Apache License 2.0
224 stars 94 forks source link

Make errors an enum type #116

Closed fortuna closed 1 year ago

fortuna commented 1 year ago

There's a better way to do enums in Go.

The way we do errors in this API is still problematic, but at least this is a bit better.