pion / .goassets

Asset files automatically deployed to Go package repositories
https://pion.ly/
MIT License
9 stars 10 forks source link

Fix lint-disallowed-functions-in-library #62

Closed Sean-Der closed 3 years ago

Sean-Der commented 3 years ago

When grepping for print( we would incorrectly catch functions like checkFingerprint(. This commits require one whitespace character so we don't get false positives anymore.