mirror of
https://github.com/coredns/coredns.git
synced 2025-11-02 02:03:13 -05:00
gofmt some stuff (#1769)
This commit is contained in:
committed by
Miek Gieben
parent
be8fcc484a
commit
bf479f9ac2
@@ -29,8 +29,8 @@ func init() {
|
||||
RegisterPolicy("least_conn", func() Policy { return &LeastConn{} })
|
||||
RegisterPolicy("round_robin", func() Policy { return &RoundRobin{} })
|
||||
RegisterPolicy("first", func() Policy { return &First{} })
|
||||
// 'sequential' is an alias to 'first' to maintain consistency with the forward plugin
|
||||
// should probably remove 'first' in a future release
|
||||
// 'sequential' is an alias to 'first' to maintain consistency with the forward plugin
|
||||
// should probably remove 'first' in a future release
|
||||
RegisterPolicy("sequential", func() Policy { return &First{} })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user