add comments for linter

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2022-12-21 15:38:14 +01:00
committed by Ralf Haferkamp
parent 57fd00d238
commit 8babace4b6
+3 -1
View File
@@ -140,7 +140,9 @@ type ListResponse struct {
}
const (
ReadmeSpecialFolderName = "readme"
// ReadmeSpecialFolderName for the drive specialFolder property
ReadmeSpecialFolderName = "readme"
// SpaceImageSpecialFolderName for the drive specialFolder property
SpaceImageSpecialFolderName = "image"
)