...

Text file src/golang.org/x/mod/modfile/testdata/retract.golden

Documentation: golang.org/x/mod/modfile/testdata

     1module abc
     2
     3retract v1.2.3
     4
     5retract [v1.2.3, v1.2.4]
     6
     7retract (
     8	v1.2.3
     9
    10	[v1.2.3, v1.2.4]
    11)

View as plain text