mirror of
https://github.com/rclone/rclone.git
synced 2025-06-20 06:15:50 +02:00
build: add package comments to silence revive linter
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
// Package azureblob provides an interface to the Microsoft Azure blob object storage system
|
||||
|
||||
//go:build !plan9 && !solaris && !js
|
||||
// +build !plan9,!solaris,!js
|
||||
|
||||
// Package azureblob provides an interface to the Microsoft Azure blob object storage system
|
||||
package azureblob
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user