Skip to content

Commit e96fcbc

Browse files
committed
fixed linux build
Signed-off-by: nohajc <[email protected]>
1 parent 73c7747 commit e96fcbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/wguser/sockpath_unix.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
package wguser
44

5-
func alt_sock_paths() ([]string, error) {
5+
func altSockPaths() ([]string, error) {
66
return nil, nil
77
}

0 commit comments

Comments
 (0)