You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix lint issues, remove unused code, and update to newer APIs
Add golangci-lint v2 config. Replace dot imports of generics with named
imports. Use keyed struct literals throughout. Replace deprecated
reflect.SliceHeader with unsafe.Slice, ioutil with os, and Magnet with
MagnetV2. Replace MakeMapIfNilAndSet with MakeMapIfNil+MapInsert. Fix
missing error checks in tracker HTTP client and webtorrent transport.
Fix sync.Pool type assertion for pointer types. Remove unused functions,
types, and struct fields across the codebase.
0 commit comments