aboutsummaryrefslogtreecommitdiff
path: root/capabilities
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@sap.com>2022-10-26 11:31:22 +0200
committerSandro Jäckel <sandro.jaeckel@sap.com>2022-10-26 14:05:42 +0200
commit04ce17415f25dbf10eba954212c8428ae630df88 (patch)
tree1aca7ceab052f17a44bb903fb5a8bd45202bd54c /capabilities
parentfd6e57b6239655722884a49a86be0f051cc32bde (diff)
downloadgo-schwift-04ce17415f25dbf10eba954212c8428ae630df88.tar.gz
Format with go 1.19
Diffstat (limited to 'capabilities')
-rw-r--r--capabilities/package.go14
1 files changed, 7 insertions, 7 deletions
diff --git a/capabilities/package.go b/capabilities/package.go
index 021f28b..3d1e5a3 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
+// compatiblity 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