mirror of
https://github.com/netbirdio/netbird.git
synced 2024-11-30 03:54:35 +01:00
8c5c6815e0
The use of reflection should generally be minimized in Go code because it can make the code less readable, less type-safe, and potentially slower. In this particular case we can simply rely on type switch. |
||
---|---|---|
.. | ||
device_flow_test.go | ||
device_flow.go | ||
oauth.go | ||
pkce_flow.go | ||
util.go |