1
0
mirror of https://github.com/golang/go synced 2024-11-21 22:04:39 -07:00

go/build: update syslist.go package comment

It's no longer generated by make.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5602047
This commit is contained in:
Andrew Gerrand 2012-02-01 15:12:24 +11:00
parent 6273d6e713
commit 63f68a2eda

View File

@ -1,4 +1,7 @@
// Generated automatically by make.
// Copyright 2011 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.
package build
const goosList = "darwin freebsd linux netbsd openbsd plan9 windows "