1 // Package policybot contains forked types from github.com/palantir/policy-bot 2 // so that they can be updated to use omitempty. 3 // 4 // Only the subtrees needed for our code to avoid pulling in the policy-bot 5 // dependency were forked. 6 // 7 // Only patches and minor changes should be made to this package, to maximize 8 // ability to send patches upstream. New or significant functionality should be 9 // implemented in other packages. 10 // 11 // TODO(aw185176): remove this package if policy-bot patches types upstream. 12 package policybot 13