]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: move functions for the better
authorMarvin Stenger <marvin.stenger94@gmail.com>
Thu, 31 Aug 2017 11:00:19 +0000 (13:00 +0200)
committerIan Lance Taylor <iant@golang.org>
Sat, 9 Sep 2017 11:23:41 +0000 (11:23 +0000)
commit401609c3ff0da3d7bbf78f5034c87ef5c4640792
tree63acda7738be4af834babc3b7dc75fd73fa9c188
parent6ea4cfb347fc3f1001c4a9e732e248144cf8061b
cmd/dist: move functions for the better

This belongs to a series of clean-up changes (see below) for cmd/dist.
This is change (6).

These changes include:
(1)  apply minor fixes
(2)  restore behavior of branchtag
(3)  unleash bootstrap optimization for windows
(4)  use standard generated code header
(5)  remove trivial variables + functions
(6)  move functions for the better
(7)  simplify code segments
(8)  use bytes.Buffer for code generation
(9)  rename variables + functions
(10) remove doc.go

Change-Id: I1c49e3427079194210a6416057100a7e94a37619
Reviewed-on: https://go-review.googlesource.com/61012
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/build.go
src/cmd/dist/main.go
src/cmd/dist/util.go