grafana/pkg/cmd/grafana-server
Mario Trangoni 6218fadf21 pkg/cmd/grafana-server/main.go: remove os.Kill as it cannot be trapped
See,
$ gometalinter --vendor --deadline 10m --disable-all --enable=megacheck ./...
pkg/cmd/grafana-server/main.go:103:42⚠️ os.Kill cannot be trapped (did you mean syscall.SIGTERM?) (SA1016) (megacheck)
2018-10-13 11:02:36 +02:00
..
main.go pkg/cmd/grafana-server/main.go: remove os.Kill as it cannot be trapped 2018-10-13 11:02:36 +02:00
server.go avoid calling os.Exit outside main.go (#12459) 2018-06-29 22:48:26 -07:00