Skip to content

fix:" '.' in the go example need to add '/' "

coco requested to merge cocovs/gitlab:cocovs-master-patch-88273 into master

What does this MR do and why?

'.' is a special character that matches any single character.

If want to match the actual decimal point, need to use \.

Edited by coco

Merge request reports