Skip to content

Commit

Permalink
Update pkg/server/sotw/v3/watches.go
Browse files Browse the repository at this point in the history
Co-authored-by: James Peach <[email protected]>
Signed-off-by: Rueian <[email protected]>
  • Loading branch information
2 people authored and rueian committed Dec 21, 2021
1 parent b3cb79e commit 9740ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/sotw/v3/watches.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
type watches struct {
responders map[string]*watch

// indexes is a list of indexes for each dynamic select case which match to a watch
// cases is a dynamic select case for the watched channels.
cases []reflect.SelectCase
}

Expand Down

0 comments on commit 9740ade

Please sign in to comment.