1
0
mirror of https://github.com/golang/go synced 2024-09-25 01:20:13 -06:00

regexp/syntax: delete old package comment

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5651057
This commit is contained in:
Russ Cox 2012-02-10 01:11:56 -05:00
parent 62b328ed19
commit ce63ec93ce

View File

@ -2,8 +2,6 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Package syntax parses regular expressions into syntax trees.
// WORK IN PROGRESS.
package syntax
// Note to implementers: