philipch07
|
f7437da850
|
Improve code cov by adding various tests
|
2025-09-14 15:34:52 -04:00 |
|
Sean DuBois
|
f32c107a62
|
Update lint rules, force testify/assert for tests
Use testify's assert package instead of the standard library's testing
package.
|
2025-04-22 23:36:32 -04:00 |
|
Joe Turki
|
cad1676659
|
Upgrade golangci-lint, more linters
Introduces new linters, upgrade golangci-lint to version (v1.63.4)
|
2025-01-17 08:21:15 -06:00 |
|
WofWca
|
8b8fffdc3c
|
Use named return val for IP/if filter
This should make it clear that you need to return `true`
to keep it and `false` to exclude.
Relates to pion/webrtc#2958
|
2024-11-26 10:48:44 -05:00 |
|
Eric Daniels
|
39c0392295
|
Support IPv6 from mDNS
|
2024-03-27 12:47:20 -04:00 |
|
Steffen Vogel
|
05ab684741
|
Use testify/require instead of testify/assert
Don't continue to run a test if it has already failed
|
2024-03-23 07:42:06 -04:00 |
|
Steffen Vogel
|
5ef81b65f4
|
Make package REUSE compliant
|
2023-04-18 13:46:38 +02:00 |
|
Steffen Vogel
|
67f28cf23a
|
Move util.go to more appropriately named files
Move util.go to more appropriately named files
|
2023-02-10 22:48:36 +01:00 |
|