1
0
mirror of https://github.com/golang/go synced 2024-11-19 21:54:40 -07:00
go/misc/cgo/testshared/src
griesemer 5d1addf45d go/printer: fix formatting of three-index slice expression
Apply gofmt to src, misc.

Fixes #22111.

Change-Id: Ib1bda0caaf2c1787a8137b7a61bbef7a341cc68c
Reviewed-on: https://go-review.googlesource.com/67633
Run-TryBot: Robert Griesemer <gri@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
2017-10-03 16:16:30 +00:00
..
dep2 cmd/link: always read type data for dynimport symbols 2016-05-04 07:13:01 +00:00
dep3 cmd/link: always read type data for dynimport symbols 2016-05-04 07:13:01 +00:00
depBase runtime: reorder modules so main.main comes first 2017-01-25 22:33:57 +00:00
division go/printer: fix formatting of three-index slice expression 2017-10-03 16:16:30 +00:00
exe runtime: reorder modules so main.main comes first 2017-01-25 22:33:57 +00:00
exe2 cmd/compile: do not generate tail calls when dynamic linking on ppc64le 2016-06-02 02:34:01 +00:00
exe3 cmd/link: always read type data for dynimport symbols 2016-05-04 07:13:01 +00:00
execgo cmd/link: when reading symbols from a shared library, allow duplicates when they are both in bss 2015-06-16 22:33:36 +00:00
explicit cmd/link: allow symbols from .a files to override those from .so files 2016-01-20 19:53:53 +00:00
global cmd/compile: fix large global variables in -linkshared mode on s390x 2017-09-20 20:20:46 +00:00
globallib cmd/compile: fix large global variables in -linkshared mode on s390x 2017-09-20 20:20:46 +00:00
iface misc/cgo/testshared: test that types and itabs are unique 2017-01-12 00:20:55 +00:00
iface_a misc/cgo/testshared: test that types and itabs are unique 2017-01-12 00:20:55 +00:00
iface_b misc/cgo/testshared: test that types and itabs are unique 2017-01-12 00:20:55 +00:00
iface_i misc/cgo/testshared: test that types and itabs are unique 2017-01-12 00:20:55 +00:00
implicit cmd/link: allow symbols from .a files to override those from .so files 2016-01-20 19:53:53 +00:00
implicitcmd cmd/link: allow symbols from .a files to override those from .so files 2016-01-20 19:53:53 +00:00
trivial