vet: put a notice in main that this version of vet is not the place to update

Change-Id: I295d1e902626a3f5edd09a3b594a2059530ca821
Reviewed-on: https://go-review.googlesource.com/14820
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Rob Pike 2015-09-21 10:16:11 -07:00
parent 0ced849c61
commit 5a90b2958f
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style // Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file. // license that can be found in the LICENSE file.
// NOTE: This version of vet is retired. Bug fixes only.
// Vet now lives in the core repository.
// Vet is a simple checker for static errors in Go source code. // Vet is a simple checker for static errors in Go source code.
// See doc.go for more information. // See doc.go for more information.
package main package main