mirror of
https://github.com/golang/go
synced 2024-11-06 09:26:18 -07:00
d954f9c4d1
Follow-up to https://golang.org/cl/22543. Change-Id: I873b4fa6616ac2aea8faada2fccd126233bbc07f Reviewed-on: https://go-review.googlesource.com/22583 Run-TryBot: Robert Griesemer <gri@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
11 lines
288 B
Go
11 lines
288 B
Go
// compiledir
|
|
|
|
// Copyright 2016 The Go Authors. All rights reserved.
|
|
// Use of this source code is governed by a BSD-style
|
|
// license that can be found in the LICENSE file.
|
|
|
|
// Issue 15470: Make sure special-case signatures can
|
|
// be exported and imported w/o problems.
|
|
|
|
package ignored
|