1
0
mirror of https://github.com/golang/go synced 2024-11-14 09:10:27 -07:00
go/src/cmd/link
Didier Spezia 77328b8d12 cmd/link: clean up dwarf.go
Try to remove the most visible artefacts resulting from the
C to Go translation. It includes:

- refactoring the find function to eliminate goto and variable declarations
- removing useless variables still having a _ = xxx
- decreasing the number of upfront variable declarations

No semantic changes.

Change-Id: I84d981c48b2d9e22e6b9db5f2a703c80c60249ba
Reviewed-on: https://go-review.googlesource.com/15681
Reviewed-by: Russ Cox <rsc@golang.org>
2015-12-05 04:13:18 +00:00
..
internal cmd/link: clean up dwarf.go 2015-12-05 04:13:18 +00:00
doc.go cmd/link: add -libgcc option 2015-11-18 02:04:10 +00:00
main.go cmd/link: added support for mips64{,le} 2015-11-12 04:44:00 +00:00