mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-22 08:18:29 +02:00
fixed loadbalancer with idlewatcher, fixed reload issue
This commit is contained in:
@@ -98,7 +98,7 @@ func ExpectType[T any](t *testing.T, got any) (_ T) {
|
||||
return got.(T)
|
||||
}
|
||||
|
||||
func Must[T any](v T, err E.NestedError) T {
|
||||
func Must[T any](v T, err E.Error) T {
|
||||
if err != nil {
|
||||
panic(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user