From 8a6f16303e86619f52ea9d9e3e13f4b25318023a Mon Sep 17 00:00:00 2001 From: Ruakij Date: Sat, 1 Apr 2023 11:34:29 +0200 Subject: [PATCH] Remove unecessary return --- cmd/app/main.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/app/main.go b/cmd/app/main.go index 766fc30..3172698 100644 --- a/cmd/app/main.go +++ b/cmd/app/main.go @@ -34,7 +34,6 @@ func main() { netInterface, err := netlink.LinkByName(iface) if err != nil { logger.Error.Fatal(err) - return } // Get the IPv4 address of the interface