diff options
Diffstat (limited to 'socket_linux.go')
| -rw-r--r-- | socket_linux.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/socket_linux.go b/socket_linux.go index cab9701..0c21186 100644 --- a/socket_linux.go +++ b/socket_linux.go @@ -1,7 +1,7 @@ // SPDX-FileCopyrightText: © 2021 Grégoire Duchêne <gduchene@awhk.org> // SPDX-License-Identifier: ISC -// +build linux,!nosystemd +//go:build linux && !nosystemd package gosdd |
