Here is a #golang challenge for you! 🤓
Without modifying my package named "puzzler", can you create, in the main function, a variable of (non-exported) type puzzler.config? Playground: https://go.dev/play/p/hSSRfbZbjKK
I'll post a solution tomorrow. 😉
Go Playground - The Go Programming Language

@jub0bs Depends on how you define "without modifying my package"
@hexaheximal You can add whatever you want above line 9 (on my screenshot), nothing on or below it. Is that clearer?

@jub0bs somewhat.

The solution I'm thinking of would be to create a new file in the `puzzler` directory that exports a function to create it.

@hexaheximal Not allowed. Only modify the main package, nothing else. 😉​