]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: rename variables + functions
authorMarvin Stenger <marvin.stenger94@gmail.com>
Thu, 31 Aug 2017 10:52:04 +0000 (12:52 +0200)
committerIan Lance Taylor <iant@golang.org>
Wed, 20 Sep 2017 13:40:21 +0000 (13:40 +0000)
commit1b548dc5fbe5b75085d1b9b3230d5f0fdebfeaf5
treea0fb47a3572033d44c2ba434d11115ba738b2a86
parenta696db1be16592dbb57c3dca6a1a6ca32741859a
cmd/dist: rename variables + functions

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

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

Change-Id: I9247433d7d07a2c99d15b0a4d23164bcbc042768
Reviewed-on: https://go-review.googlesource.com/61015
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/sys_windows.go
src/cmd/dist/util.go