File: replace.golden

package info (click to toggle)
golang-golang-x-mod 0.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental, forky, sid, trixie
  • size: 932 kB
  • sloc: sh: 6; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 177 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
module abc

replace xyz v1.2.3 => /tmp/z

replace xyz v1.3.4 => my/xyz v1.3.4-me

replace (
	w v1.0.0 => "./a,"
	w v1.0.1 => "./a()"
	w v1.0.2 => "./a[]"
	w v1.0.3 => "./a{}"
)