prometheus/promql
Julius Volz 995d3b831d Fix most golint warnings.
This is with `golint -min_confidence=0.5`.

I left several lint warnings untouched because they were either
incorrect or I felt it was better not to change them at the moment.
2015-08-26 12:44:46 +02:00
..
testdata Implement label_replace() 2015-08-18 14:20:07 +02:00
analyzer.go Fix grouping of import blocks 2015-08-22 09:42:45 +02:00
ast.go Fix most golint warnings. 2015-08-26 12:44:46 +02:00
engine.go Merge pull request #1006 from prometheus/true-values 2015-08-25 16:11:07 +02:00
engine_test.go Log runtime errors during query evaluation instead of panicking. 2015-08-19 16:56:41 +02:00
functions.go Switch promql types to common/model 2015-08-25 13:49:14 +02:00
lex.go Fix most golint warnings. 2015-08-26 12:44:46 +02:00
lex_test.go Fix lexer bug treating non-Latin Unicode digits as digits. 2015-07-29 02:11:13 +02:00
parse.go Switch promql types to common/model 2015-08-25 13:49:14 +02:00
parse_test.go Fix grouping of import blocks 2015-08-22 09:42:45 +02:00
printer.go Switch promql types to common/model 2015-08-25 13:49:14 +02:00
printer_test.go Deprecate keeping_extra, rename it to keep_common. 2015-06-12 14:21:05 +02:00
promql_test.go Fix most golint warnings. 2015-08-26 12:44:46 +02:00
quantile.go Switch promql types to common/model 2015-08-25 13:49:14 +02:00
test.go Fix most golint warnings. 2015-08-26 12:44:46 +02:00