bgp / stayrtr

RPKI-To-Router server implementation in Go
BSD 3-Clause "New" or "Revised" License
85 stars 13 forks source link

Small codebase refactors / cleanups #75

Closed benjojo closed 1 year ago

benjojo commented 1 year ago

This is the output of my initial pass through the code, fixing things that either are small "this could go wrong" or just simplifying some areas out completely.

I also improved the error messages from the packages, sometimes just setting their capitalisation to what you would mostly expect from go programs, but also adding clarification on some of them.