open-consul/consul/structs
Sean Chittenden d1ef4ec7e2 Use `rand.Int31n()` to get power of two optimization
In cases where i+1 is a power of two, skip one modulo operation.
2016-03-23 16:00:39 -07:00
..
prepared_query.go Renames "debug" endpoint and structures to "explain". 2016-03-07 10:45:39 -08:00
prepared_query_test.go Applies prefix ACL to a catch-all template as a special case. 2016-03-07 10:45:39 -08:00
structs.go Use `rand.Int31n()` to get power of two optimization 2016-03-23 16:00:39 -07:00
structs_test.go