blob: f4de29af4ca2b6139d7c0ce5a681eaa6f4882eb8 [file] [log] [blame]
// Copyright 2016 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// The go1.8rc3 command runs the go command from go1.8rc3.
//
// Deprecated: Use https://godoc.org/golang.org/dl/go1.8rc3 instead.
package main
import "golang.org/x/build/version"
func main() {
version.Run("go1.8rc3")
}