From 63f68a2eda5921214cb6f60318cc781711ff5751 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Wed, 1 Feb 2012 15:12:24 +1100 Subject: [PATCH] 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 --- src/pkg/go/build/syslist.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/pkg/go/build/syslist.go b/src/pkg/go/build/syslist.go index 0ee98213226..ea21f3c74bb 100644 --- a/src/pkg/go/build/syslist.go +++ b/src/pkg/go/build/syslist.go @@ -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 "