mirror of
https://github.com/rclone/rclone.git
synced 2025-08-12 15:07:24 +02:00
build: add package comments to silence revive linter
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
// Daemonization interface for Unix platforms (implementation)
|
||||
|
||||
//go:build !windows && !plan9 && !js
|
||||
// +build !windows,!plan9,!js
|
||||
|
||||
// Package daemonize provides daemonization interface for Unix platforms.
|
||||
package daemonize
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user