nixpkgs/pkgs
Manuel Mendez 60543c4f9e go: Drop unnecessary backslash-escape
There's no backslash interpretation going on within single-quote strings
which means there's no need to escape the backslash. Since this was going
on within single-quote strings the $exclude variable ended up having 2
backslashes (`\\`) instead of the intended single backslash. This meant
that the regex that was built up was incorrect. For example prometheus'
exclude contents before and after this change are:

✕: \(/_\|examples\|Godeps\|testdata\\|documentation/prometheus-mixin\)
✓: \(/_\|examples\|Godeps\|testdata\|documentation/prometheus-mixin\)
2022-04-04 13:37:08 +10:00
..
applications Merge remote-tracking branch 'origin/master' into staging-next 2022-04-04 00:46:44 +02:00
build-support Merge master into staging-next 2022-04-03 18:01:07 +00:00
common-updater
data Merge master into staging-next 2022-04-03 18:01:07 +00:00
desktops Merge master into staging-next 2022-04-03 18:01:07 +00:00
development go: Drop unnecessary backslash-escape 2022-04-04 13:37:08 +10:00
games Merge remote-tracking branch 'origin/master' into staging-next 2022-04-04 00:46:44 +02:00
misc Merge master into staging-next 2022-04-03 18:01:07 +00:00
os-specific Merge master into staging-next 2022-04-03 18:01:07 +00:00
pkgs-lib formats.javaProperties: Add comment 2022-04-01 15:19:45 +02:00
servers Merge remote-tracking branch 'origin/master' into staging-next 2022-04-04 00:46:44 +02:00
shells
stdenv Merge master into staging-next 2022-04-02 18:01:07 +00:00
test Merge master into staging-next 2022-04-01 18:01:22 +00:00
tools Merge remote-tracking branch 'origin/master' into staging-next 2022-04-04 00:46:44 +02:00
top-level Merge remote-tracking branch 'origin/master' into staging-next 2022-04-04 00:46:44 +02:00