mirror of
https://github.com/golang/go
synced 2024-11-20 04:04:41 -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 (
|
import (
|
||||||
"errors"
|
"errors"
|
||||||
"exp/types/staging"
|
"exp/types"
|
||||||
"flag"
|
"flag"
|
||||||
"fmt"
|
"fmt"
|
||||||
"go/ast"
|
"go/ast"
|
||||||
|
Loading…
Reference in New Issue
Block a user