1
0
mirror of https://github.com/golang/go synced 2024-11-20 08:04:42 -07:00

lib9/fmt: do not put a main symbol into lib9.a

Fixes #4143.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6541064
This commit is contained in:
Russ Cox 2012-09-24 12:57:05 -04:00
parent 93cf366d50
commit 44336459c8

View File

@ -1,3 +1,5 @@
// +build ignore
/*
* The authors of this software are Rob Pike and Ken Thompson,
* with contributions from Mike Burrows and Sean Dorward.