e2core
e2core copied to clipboard
problems variable name shadows / conflicts with struct name
It's in the directive validator: https://github.com/suborbital/atmo/blob/main/directive/directive_validator.go#L16
Could you provide more details? I'd like to take a crack at this. I'm assuming it's the problems
variable which is called the same as the user defined types.
Hi! Thanks for the offer 🙂
Yes, you're right, the variable and the type should not be named the same.
@javorszky Can you review it?