Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Cai <jcai@gitlab.com>2023-07-17 20:18:56 +0300
committerJohn Cai <jcai@gitlab.com>2023-07-17 20:18:56 +0300
commit17d4215a11ddcce7651364f591c0f5c07395fc16 (patch)
tree8bc07ae5e9bd713e1916d9853d97e158ecb636ed
parent234dee5490fa1120ac072913b8f019a8dd54e3a1 (diff)
adding a debug statementjc/test-skip-test-for-docs
-rw-r--r--cmd/validate.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/validate.go b/cmd/validate.go
index 8c7e3cc53..10254fab4 100644
--- a/cmd/validate.go
+++ b/cmd/validate.go
@@ -28,6 +28,8 @@ func Validate(validator interface{ ValidateV2() error }, outWriter io.Writer, er
return false
}
+ fmt.Println("debug statement")
+
return true
}