font: move to exp/font.

Change-Id: I62d5bcd829cb35e13843586b25829938778c79f5
Reviewed-on: https://go-review.googlesource.com/11133
Reviewed-by: David Crawshaw <crawshaw@golang.org>
diff --git a/app/debug/fps.go b/app/debug/fps.go
index 4d1d0b2..80d461c 100644
--- a/app/debug/fps.go
+++ b/app/debug/fps.go
@@ -15,7 +15,7 @@
 	"time"
 
 	"code.google.com/p/freetype-go/freetype"
-	"golang.org/x/mobile/font"
+	"golang.org/x/mobile/exp/font"
 	"golang.org/x/mobile/geom"
 	"golang.org/x/mobile/gl/glutil"
 )
diff --git a/font/doc.go b/exp/font/doc.go
similarity index 80%
rename from font/doc.go
rename to exp/font/doc.go
index 7f1e5b5..5ae7205 100644
--- a/font/doc.go
+++ b/exp/font/doc.go
@@ -3,4 +3,4 @@
 // license that can be found in the LICENSE file.
 
 // Package font provides platform independent access to system fonts.
-package font // import "golang.org/x/mobile/font"
+package font // import "golang.org/x/mobile/exp/font"
diff --git a/font/font.go b/exp/font/font.go
similarity index 100%
rename from font/font.go
rename to exp/font/font.go
diff --git a/font/font_android.go b/exp/font/font_android.go
similarity index 100%
rename from font/font_android.go
rename to exp/font/font_android.go
diff --git a/font/font_darwin.go b/exp/font/font_darwin.go
similarity index 100%
rename from font/font_darwin.go
rename to exp/font/font_darwin.go
diff --git a/font/font_linux.go b/exp/font/font_linux.go
similarity index 100%
rename from font/font_linux.go
rename to exp/font/font_linux.go
diff --git a/font/font_test.go b/exp/font/font_test.go
similarity index 100%
rename from font/font_test.go
rename to exp/font/font_test.go