diff --git a/pkg/kopialib/const.go b/pkg/kopialib/const.go index 0d07ce6298..9afbb846ba 100644 --- a/pkg/kopialib/const.go +++ b/pkg/kopialib/const.go @@ -34,11 +34,11 @@ const ( AzureStorageAccountAccessKey = "storageKey" AzureSASToken = "sasToken" - //Filestore storage consts + // Filestore storage consts FilesystorePath = "path" DefaultFSMountPath = "/mnt/data" - //GCP storage consts + // GCP storage consts GCPServiceAccountCredentialsFile = "serviceAccountCredentialsFile" GCPServiceAccountCredentialJSON = "serviceAccountCredentialsJson" GCPReadOnly = "readOnly" diff --git a/pkg/kopialib/storage/s3_test.go b/pkg/kopialib/storage/s3_test.go index bb6e99470a..424c6aefd5 100644 --- a/pkg/kopialib/storage/s3_test.go +++ b/pkg/kopialib/storage/s3_test.go @@ -133,6 +133,5 @@ func (s *s3StorageTestSuite) TestSetOptions(c *C) { } c.Assert(s3Storage.Options, DeepEquals, tc.expectedOptions) - } }