mirror of https://github.com/golang/go.git
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:
parent
93cf366d50
commit
44336459c8
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue