mirror of
https://github.com/golang/go
synced 2024-11-20 02:54:39 -07: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:
parent
98133ac03a
commit
159302f36f
@ -6,7 +6,7 @@ package main
|
||||
|
||||
import (
|
||||
"errors"
|
||||
"exp/types/staging"
|
||||
"exp/types"
|
||||
"flag"
|
||||
"fmt"
|
||||
"go/ast"
|
||||
|
Loading…
Reference in New Issue
Block a user