diff options
| author | Stefan Majewsky <stefan.majewsky@sap.com> | 2022-10-28 16:06:40 +0200 |
|---|---|---|
| committer | Stefan Majewsky <stefan.majewsky@sap.com> | 2022-10-28 16:06:40 +0200 |
| commit | 90dd519a948d06738479c04d331f28dfab99315c (patch) | |
| tree | d4a9914cb73be3dbe9438b012a08408d79bdb7c9 /capabilities/package.go | |
| parent | fd6e57b6239655722884a49a86be0f051cc32bde (diff) | |
| parent | 5cf9b60d2ded95d29827389a1a5901f1068d4337 (diff) | |
| download | go-schwift-90dd519a948d06738479c04d331f28dfab99315c.tar.gz | |
Merge remote-tracking branch 'SuperSandro2000:sha2'
Diffstat (limited to 'capabilities/package.go')
| -rw-r--r-- | capabilities/package.go | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/capabilities/package.go b/capabilities/package.go index 021f28b..9ea2921 100644 --- a/capabilities/package.go +++ b/capabilities/package.go @@ -16,14 +16,14 @@ * ******************************************************************************/ -//Package capabilities contains feature switches that Schwift's unit tests can -//set to exercise certain fallback code paths in Schwift that they could not -//trigger otherwise. +// Package capabilities contains feature switches that Schwift's unit tests can +// set to exercise certain fallback code paths in Schwift that they could not +// trigger otherwise. // -//THIS IS A PRIVATE MODULE. It is not covered by any forwards or backwards -//compatiblity and may be gone at a moment's notice. +// THIS IS A PRIVATE MODULE. It is not covered by any forwards or backwards +// compatibility and may be gone at a moment's notice. package capabilities -//AllowBulkDelete can be set to false to force Schwift to act as if the server -//does not support bulk deletion. +// AllowBulkDelete can be set to false to force Schwift to act as if the server +// does not support bulk deletion. var AllowBulkDelete = true |
