File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -70,9 +70,6 @@ mv $DST/event $DST/internal/event
70
70
mv $DST /version $DST /internal/version
71
71
mv $DST /testtrace $DST /internal/testtrace
72
72
73
- # Move the debug commands out of testdata.
74
- mv $DST /testdata/cmd $DST /cmd
75
-
76
73
# Fix up import paths.
77
74
find $DST -name ' *.go' | xargs -- sed -i' .tmp' -e ' s internal/trace golang.org/x/exp/trace '
78
75
find $DST -name ' *.go' | xargs -- sed -i' .tmp' -e ' s golang.org/x/exp/trace/raw golang.org/x/exp/trace/internal/raw '
@@ -87,7 +84,7 @@ find $DST -name '*.go' | xargs -- sed -i'.tmp' -e '/LICENSE file./a \
87
84
\
88
85
// Code generated by "gen.bash" from internal/trace; DO NOT EDIT.\
89
86
\
90
- //go:build go1.21 '
87
+ //go:build go1.23 '
91
88
92
89
# Format the files.
93
90
find $DST -name ' *.go' | xargs -- gofmt -w -s
You can’t perform that action at this time.
0 commit comments