build: add package comments to silence revive linter

This commit is contained in:
albertony
2022-08-28 13:43:51 +02:00
parent 02b7613104
commit 555def2da7
132 changed files with 164 additions and 68 deletions
+2 -3
View File
@@ -1,9 +1,8 @@
// Package qingstor provides an interface to QingStor object storage
// Home: https://www.qingcloud.com/
//go:build !plan9 && !js
// +build !plan9,!js
// Package qingstor provides an interface to QingStor object storage
// Home: https://www.qingcloud.com/
package qingstor
import (