Commit 9b5eb305 authored by Robert Griesemer's avatar Robert Griesemer

fix build: added missing files

TBR=rsc
DELTA=56  (56 added, 0 deleted, 0 changed)
OCL=34652
CL=34652
parent 7f25485f
// 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.
package imports
import "io"
import (
a "io"
)
import a "io"
import (
"io";
"io";
"io";
)
import (
"io";
aLongRename "io";
b "io";
c "i" "o";
)
// TODO(gri) add more test cases
// 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.
package imports
import "io"
import (
a "io";
)
import a "io"
import (
"io";
"io";
"io";
)
import (
"io";
aLongRename "io";
b "io";
c "i" "o";
)
// TODO(gri) add more test cases
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment