Optional func/method arguments in Go

As an extension to my previous post …

… since then I found Uber’s Go style-guide to be super helpful, especially how they are dealing with optionals and defaults: Uber Func Options

Just wanted to share as it helped me a lot.

Thanks!
Alex

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.