mirror of
https://github.com/golang/go
synced 2024-11-05 11:56:12 -07: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
8 lines
183 B
Go
8 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
|