grafana/pkg/cmd/grafana-cli
Karsten Weiss 5d95601720 Merge variable declaration with assignment (gosimple)
This fixes:
pkg/cmd/grafana-cli/commands/upgrade_all_command.go:56:3: should merge variable declaration with assignment on next line (S1021)
pkg/login/ldap.go:406:4: should merge variable declaration with assignment on next line (S1021)
pkg/services/sqlstore/migrator/dialect.go:87:2: should merge variable declaration with assignment on next line (S1021)
pkg/services/sqlstore/migrator/dialect.go:165:2: should merge variable declaration with assignment on next line (S1021)
pkg/tsdb/cloudwatch/metric_find_query_test.go:185:2: should merge variable declaration with assignment on next line (S1021)
2018-04-16 21:04:57 +02:00
..
commands Merge variable declaration with assignment (gosimple) 2018-04-16 21:04:57 +02:00
logger tech(cli): rename log to logger to separate from server logger 2016-06-03 12:22:30 +02:00
models Revert "removes dependencies install for plugins" 2018-02-16 09:49:29 +01:00
services Always verify TLS unless explicitly told otherwise 2017-10-06 17:09:27 +01:00
utils Add an idiomatic plugin path for FreeBSD (#7410) 2017-01-31 14:54:53 +01:00
main.go Always verify TLS unless explicitly told otherwise 2017-10-06 17:09:27 +01:00