-
Notifications
You must be signed in to change notification settings - Fork 156
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/release: remove the tour from the releases
This removes the tour from the release binary for go1.12.x and later releases, lowering the size of each release. It will now redirect to tour.golang.org, unless the user runs "go get -u golang.org/x/tour" to cache it locally, in which case the local copy will be preferred. The release size was 170.0 MiB for go1.11rc1, this change reduces the size by 6.3 MiB, a 3.7% reduction. After this change, and others which reduced the release size, the release candidate is now 115.2 MiB. Updates golang/go#27151 Change-Id: I6687c34f3d4ae161c5e6df1f7af8cf3adc016fc4 Reviewed-on: https://go-review.googlesource.com/131156 Reviewed-by: Brad Fitzpatrick <[email protected]>
- Loading branch information
1 parent
2cb401a
commit d32424d
Showing
1 changed file
with
14 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters