1
0
mirror of https://github.com/rclone/rclone.git synced 2025-11-23 21:44:49 +02:00

build: remove obsolete build tag

This commit is contained in:
vastonus
2025-10-22 01:56:06 +08:00
committed by GitHub
parent ba2a642961
commit c4eef3065f
9 changed files with 0 additions and 9 deletions

View File

@@ -1,5 +1,4 @@
//go:build windows || plan9
// +build windows plan9
// Package sdactivation provides support for systemd socket activation,
// wrapping the coreos/go-systemd package.

View File

@@ -1,5 +1,4 @@
//go:build !windows && !plan9
// +build !windows,!plan9
// Package sdactivation provides support for systemd socket activation, wrapping
// the coreos/go-systemd package.