Files
grafana/pkg/models
Karsten Weiss 4d6386e97b Use fmt.Errorf() (gosimple)
This fixes:
pkg/cmd/grafana-cli/commands/install_command.go:36:11: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (S1028)
pkg/models/org_user.go:53:11: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (S1028)
pkg/services/notifications/mailer.go:138:16: should use fmt.Errorf(...) instead of errors.New(fmt.Sprintf(...)) (S1028)
2018-04-16 21:04:57 +02:00
..
2018-03-07 11:54:50 -05:00
2018-04-13 20:31:29 +02:00
2018-04-13 20:31:29 +02:00
2015-02-03 15:04:35 +01:00
2018-04-16 21:04:57 +02:00
2018-01-23 22:51:05 +01:00
2017-10-07 10:31:39 +02:00
2017-10-07 10:31:39 +02:00
2018-02-16 11:46:20 +01:00