1
0
mirror of https://github.com/golang/go synced 2024-10-03 05:11:21 -06:00

exp/types: move exp/types/staging -> exp/types

- removes exp/types/staging
- the only code change is in exp/gotype/gotype.go

R=iant
CC=golang-dev
https://golang.org/cl/6822068
This commit is contained in:
Robert Griesemer 2012-11-01 15:38:17 -07:00
parent 98133ac03a
commit 159302f36f
31 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ package main
import (
"errors"
"exp/types/staging"
"exp/types"
"flag"
"fmt"
"go/ast"