Hacker News new | ask | show | jobs
by masklinn 1312 days ago
Likely none: Ruleset is

    type Ruleset []Rule
The original code creates a local copy of a rule and explicitly returns a pointer to that. Taking the ruleset by address wouldn't change that issue.