0
1
mirror of https://github.com/golang/go synced 2025-05-05 03:21:36 +00:00

test: don't use package main for files without a main function

Part of issue 2833, but works fine with current test runner.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5606056
This commit is contained in:
Brad Fitzpatrick
2012-02-03 11:43:24 -08:00
parent 10f1b6a074
commit 040fe32119
20 changed files with 20 additions and 20 deletions

@ -4,7 +4,7 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
package main
package bug118
func Send(c chan int) int {
select {