mirror of
https://github.com/golang/go
synced 2024-11-02 08:01:26 +00:00
adc9337262
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
7 lines
183 B
Go
7 lines
183 B
Go
// compiledir
|
|
|
|
// Copyright 2009 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.
|
|
|
|
ignored
|