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 !plan9 && !js //go:build !plan9 && !js
// +build !plan9,!js
package cache package cache

View File

@@ -1,7 +1,6 @@
// Code generated by vfsgen; DO NOT EDIT. // Code generated by vfsgen; DO NOT EDIT.
//go:build !dev //go:build !dev
// +build !dev
package sharefile package sharefile

View File

@@ -13,7 +13,6 @@
// https://github.com/quasilyte/go-ruleguard?tab=readme-ov-file#troubleshooting // https://github.com/quasilyte/go-ruleguard?tab=readme-ov-file#troubleshooting
//go:build ruleguard //go:build ruleguard
// +build ruleguard
// Package gorules implementing custom linting rules using ruleguard // Package gorules implementing custom linting rules using ruleguard
package gorules package gorules

View File

@@ -1,7 +1,6 @@
// Code generated by vfsgen; DO NOT EDIT. // Code generated by vfsgen; DO NOT EDIT.
//go:build !dev //go:build !dev
// +build !dev
package data package data

View File

@@ -1,5 +1,4 @@
//go:build !plan9 //go:build !plan9
// +build !plan9
package fserrors package fserrors

View File

@@ -1,5 +1,4 @@
//go:build !plan9 //go:build !plan9
// +build !plan9
package logger_test package logger_test

View File

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

View File

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

View File

@@ -1,5 +1,4 @@
//go:build !linux && !darwin && !freebsd && !windows //go:build !linux && !darwin && !freebsd && !windows
// +build !linux,!darwin,!freebsd,!windows
package vfstest package vfstest