Skip to content

Commit

Permalink
Merge pull request #1246 from microsoft/dev/auto-sync/microsoft/main
Browse files Browse the repository at this point in the history
Update submodule to latest `master` in `microsoft/main`
  • Loading branch information
microsoft-golang-review-bot authored Jun 10, 2024
2 parents e6baf61 + 4191ddf commit 78bce11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go
Submodule go updated 64 files
+128 −0 api/go1.23.txt
+0 −2 api/next/42888.txt
+0 −1 api/next/44940.txt
+0 −1 api/next/46443.txt
+0 −9 api/next/50102.txt
+0 −1 api/next/53987.txt
+0 −1 api/next/57151.txt
+0 −1 api/next/59473.txt
+0 −3 api/next/60023.txt
+0 −4 api/next/60427.txt
+0 −1 api/next/61308.txt
+0 −20 api/next/61395.txt
+0 −1 api/next/61472.txt
+0 −1 api/next/61696.txt
+0 −2 api/next/61716.txt
+0 −4 api/next/61897.txt
+0 −8 api/next/61899.txt
+0 −5 api/next/61900.txt
+0 −12 api/next/62254.txt
+0 −3 api/next/62483.txt
+0 −1 api/next/62484.txt
+0 −1 api/next/62490.txt
+0 −2 api/next/63116.txt
+0 −6 api/next/63369.txt
+0 −8 api/next/63691.txt
+0 −1 api/next/65238.txt
+0 −1 api/next/65772.txt
+0 −2 api/next/66008.txt
+0 −2 api/next/66054.txt
+0 −4 api/next/66056.txt
+0 −5 api/next/66249.txt
+0 −1 api/next/66339.txt
+0 −1 api/next/66405.txt
+0 −1 api/next/66408.txt
+0 −1 api/next/66559.txt
+0 −6 api/next/66836.txt
+0 −1 api/next/67059.txt
+0 −4 api/next/67143.txt
+1 −1 doc/README.md
+7 −7 doc/next/2-language.md
+4 −0 doc/next/6-stdlib/99-minor/go/types/cl-577715.md
+2 −0 doc/next/6-stdlib/99-minor/time/67470.md
+0 −3 doc/next/9-todo.md
+5 −0 src/cmd/cgo/internal/testshared/testdata/depBase/dep.go
+6 −1 src/cmd/compile/internal/gc/compile.go
+1 −1 src/cmd/compile/internal/liveness/plive.go
+12 −6 src/cmd/go/internal/fsys/fsys.go
+30 −3 src/cmd/go/internal/modget/get.go
+12 −7 src/cmd/go/internal/modload/init.go
+11 −0 src/cmd/go/testdata/script/mod_errors_pos.txt
+1 −1 src/cmd/go/testdata/script/work.txt
+46 −0 src/cmd/go/testdata/script/work_errors_pos.txt
+41 −0 src/cmd/go/testdata/script/work_overlay.txt
+6 −0 src/cmd/link/internal/ld/deadcode.go
+2 −3 src/math/big/float.go
+21 −0 src/math/big/floatexample_test.go
+16 −13 src/net/http/server.go
+24 −10 src/net/http/transport.go
+125 −77 src/net/http/transport_test.go
+12 −2 src/runtime/gc_test.go
+5 −3 src/runtime/mfinal.go
+7 −0 test/linknameasm.dir/a_amd64.s
+26 −0 test/linknameasm.dir/x.go
+9 −0 test/linknameasm.go

0 comments on commit 78bce11

Please sign in to comment.