Codebase list golang-github-go-kit-kit / bd8e098
Merge pull request #603 from elliotwms/patch-1 Fix spelling of deregisters Peter Bourgon authored 6 years ago GitHub committed 6 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
7777 }
7878 }
7979
80 // Close de-registeres DefaultEndpointer from the Instancer and stops the internal go-routine.
80 // Close deregisters DefaultEndpointer from the Instancer and stops the internal go-routine.
8181 func (de *DefaultEndpointer) Close() {
8282 de.instancer.Deregister(de.ch)
8383 close(de.ch)