Skip to content

Commit b90c6f0

Browse files
committed
Update migrate.sh with official proposal number
1 parent 7564cc5 commit b90c6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

migrate.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ LINE=$(sed -n '/Test-only packages can have anything they want/=' $GOROOT/src/go
6363
sed -i "$((LINE+1)) i\\\tFMT, compress/gzip, embed, encoding/binary < encoding/json/internal/jsontest;" $GOROOT/src/go/build/deps_test.go
6464

6565
# Adjust for newly added API.
66-
ISSUE=63397 # TODO: Replace with formal proposal issue for encoding/json/v2
66+
ISSUE=71497
6767
FILE=$(cd $GOROOT/api; ls -v | tail -n 1)
6868
echo "pkg encoding/json, func CallMethodsWithLegacySemantics(bool) jsonopts.Options #$ISSUE" >> $GOROOT/api/$FILE
6969
echo "pkg encoding/json, func DefaultOptionsV1() jsonopts.Options #$ISSUE" >> $GOROOT/api/$FILE

0 commit comments

Comments
 (0)