mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
cmd/api: eliminate duplicate package import work
On my Mac, cuts the API checks from 15 seconds to 6 seconds. Also clean up some tag confusion: go run list-of-files ignores tags. R=bradfitz, gri CC=golang-dev https://golang.org/cl/12699048
This commit is contained in:
parent
1f25f5ad48
commit
b78410bda1
4 changed files with 60 additions and 6 deletions
|
|
@ -1,9 +1,9 @@
|
|||
// +build from_src_run
|
||||
|
||||
// Copyright 2013 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.
|
||||
|
||||
// +build ignore
|
||||
|
||||
// The run program is invoked via "go run" from src/run.bash or
|
||||
// src/run.bat conditionally builds and runs the cmd/api tool.
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue