1
0
mirror of https://github.com/golang/go synced 2024-07-03 08:51:14 +00:00

exp/types: fix package comment

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5695046
This commit is contained in:
Robert Griesemer 2012-02-22 23:40:28 -08:00
parent cbaf7ca032
commit 3391de8df7

View File

@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// PACKAGE UNDER CONSTRUCTION. ANY AND ALL PARTS MAY CHANGE.
// Package types declares the types used to represent Go types.
// Package types declares the types used to represent Go types
// (UNDER CONSTRUCTION). ANY AND ALL PARTS MAY CHANGE.
//
package types