borgo icon indicating copy to clipboard operation
borgo copied to clipboard

Borgo is a statically typed language that compiles to Go.

Results 31 borgo issues
Sort by recently updated
recently updated
newest added

While working in Rust, I noticed that one way to avoid expensive refactors is to defer the decision "which struct/trait should have this method" as long as possible. It allows...