From e96fcbc0b1ebe9b0f28fc7f1dfac9d30861c418f Mon Sep 17 00:00:00 2001 From: nohajc Date: Sat, 9 Sep 2023 14:03:50 +0200 Subject: [PATCH] fixed linux build Signed-off-by: nohajc --- internal/wguser/sockpath_unix.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/wguser/sockpath_unix.go b/internal/wguser/sockpath_unix.go index a2bf549..5f9eb99 100644 --- a/internal/wguser/sockpath_unix.go +++ b/internal/wguser/sockpath_unix.go @@ -2,6 +2,6 @@ package wguser -func alt_sock_paths() ([]string, error) { +func altSockPaths() ([]string, error) { return nil, nil }