Commit 159302f3 authored by Robert Griesemer's avatar Robert Griesemer

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
parent 98133ac0
......@@ -6,7 +6,7 @@ package main
import (
"errors"
"exp/types/staging"
"exp/types"
"flag"
"fmt"
"go/ast"
......
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