-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodule to latest master (71f9dbb1): cmd/compile: emit error…
… message on mismatch import path
- Loading branch information
1 parent
22a1137
commit 831a89a
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule go
updated
9 files
+5 −1 | src/cmd/compile/internal/noder/unified.go | |
+1 −2 | src/cmd/go/alldocs.go | |
+1 −2 | src/cmd/go/internal/workcmd/use.go | |
+4 −0 | src/cmd/link/doc.go | |
+13 −0 | src/cmd/link/internal/ld/pe.go | |
+3 −0 | src/os/os_test.go | |
+4 −2 | src/time/format.go | |
+17 −0 | src/time/format_test.go | |
+67 −0 | test/fixedbugs/issue54542.go |