Files
grafana/pkg/services/alerting
Karsten Weiss 4d87cb03c5 Simplify make() (gosimple)
This fixes:
pkg/api/http_server.go:142:89: should use make(map[string]func(*http.Server, *tls.Conn, http.Handler)) instead (S1019)
pkg/services/alerting/scheduler.go:18:30: should use make(map[int64]*Job) instead (S1019)
pkg/services/alerting/scheduler.go:26:31: should use make(map[int64]*Job) instead (S1019)
2018-04-16 21:04:57 +02:00
..
2018-04-13 20:31:29 +02:00
2018-02-01 14:08:51 +01:00
2017-09-14 14:26:32 +02:00
2018-04-13 20:31:29 +02:00
2016-12-19 15:40:09 +01:00
2018-04-16 21:04:57 +02:00
2018-01-31 09:52:29 +01:00