1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-10 05:13:45 +00:00

build: add package comments to silence revive linter

This commit is contained in:
albertony
2022-08-28 13:21:57 +02:00
parent 02b7613104
commit 555def2da7
132 changed files with 164 additions and 68 deletions

View File

@@ -1,6 +1,7 @@
//go:build !plan9
// +build !plan9
// Package hdfs provides an interface to the HDFS storage system.
package hdfs
import (