Skip to content

Commit

Permalink
Update rule.go
Browse files Browse the repository at this point in the history
  • Loading branch information
fumiama authored Sep 26, 2021
1 parent 1036733 commit 2ffe1e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions control/rule.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ type Control struct {
options Options
}

// new returns Manager with settings.
func new(service string, o *Options) *Control {
// newctrl returns Manager with settings.
func newctrl(service string, o *Options) *Control {
m := &Control{service: service,
options: func() Options {
if o == nil {
Expand Down

0 comments on commit 2ffe1e9

Please sign in to comment.