kubefwd icon indicating copy to clipboard operation
kubefwd copied to clipboard

delete minor unreachable code caused by log.Fatal

Open Abirdcfly opened this issue 1 year ago • 0 comments

Signed-off-by: Abirdcfly [email protected]

https://github.com/txn2/kubefwd/blob/df9078d2e60893a360469c2c79b3102c65918809/cmd/kubefwd/services/services.go#L38

https://pkg.go.dev/github.com/sirupsen/logrus#Fatalf

Fatalf logs a message at level Fatal on the standard logger then the process will exit with status set to 1.

Abirdcfly avatar Aug 10 '22 07:08 Abirdcfly