featurebase/test
Seebs a6aa1097f1 listen on localhost:0 instead of :0
MacOS's firewall complains about a previously unknown app trying to
listen for network connections whenever we run go test. That's because
we *are* listening for network connections on arbitrary interfaces, not
just on localhost as we probably intended. Fix that.
2022-03-18 13:38:30 -05:00
..
cluster.go remove a bunch of roaring backend stuff 2022-02-02 20:56:18 -06:00
disco.go listen on localhost:0 instead of :0 2022-03-18 13:38:30 -05:00
field.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
handler.go add copyright notice back in 2021-12-10 11:01:04 -06:00
holder.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
index.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
pilosa.go remove http subpackage and bring implementations into core 2022-02-03 21:04:04 -06:00
pilosa_test.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00
transaction.go Upgrade go.mod to featurebase/v3 2022-01-21 10:57:05 -07:00