featurebase/http
Seebs a203313143 move Logger and Stats to their own packages
I'd like to add stat tracking to Roaring, which means it
has to be able to import the stats package, which means
stats has to be a package rather than part of the pilosa
package. If stats stops being in pilosa, it still needs
a way to import logger, so logger also has to leave the
pilosa package. Then everything using them needs to import
them and use package selectors on their names.

This doesn't actually add the stats support to roaring,
it just makes it so there's a way to import the stats
code from something in the roaring package.
2018-11-15 15:10:44 -06:00
..
client.go lowercase error msg 2018-11-08 08:25:43 +03:00
client_test.go handle clear flag on import roaring (http package) 2018-10-24 15:16:08 -05:00
error.go Fix linter issues: vet 2018-07-19 11:37:50 -05:00
handler.go move Logger and Stats to their own packages 2018-11-15 15:10:44 -06:00
handler_internal_test.go index trackExistence is true by default 2018-10-01 17:45:21 +03:00
handler_test.go Merge branch 'develop' into newpql 2018-06-22 09:11:00 -05:00
translator.go added v2 notation 2018-10-17 17:58:52 -05:00
translator_test.go revert to existing api with panic per jaffee 2018-10-17 10:29:58 -05:00