blob: 59aea36fbe26be33818c7fbe9c6a1d7e5926c2cf [file] [log] [blame]
// Copyright 2018 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.10.1 command runs the go command from Go 1.10.1.
//
// Deprecated: Use https://godoc.org/golang.org/dl/go1.10.1 instead.
package main
import "golang.org/x/build/version"
func main() {
version.Run("go1.10.1")
}