mirror of
https://github.com/golang/go.git
synced 2025-11-01 09:10:57 +00:00
The compiledir pattern compiles all files xxx.dir/*.go in lexicographic order (which is assumed to coincide with the topological order of dependencies). R=rsc CC=golang-dev, remy https://golang.org/cl/6440048
9 lines
206 B
Go
9 lines
206 B
Go
// compiledir
|
|
|
|
// Copyright 2011 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 1802
|
|
|
|
package ignored
|