2
0
mirror of synced 2025-02-22 22:38:18 +00:00

sensor: move to exp/sensor

Change-Id: I707a1555952355ccdd5e851062c4749dc94544eb
Reviewed-on: https://go-review.googlesource.com/11312
Reviewed-by: Nigel Tao <nigeltao@golang.org>
This commit is contained in:
Burcu Dogan 2015-06-20 16:48:56 -07:00 committed by Nigel Tao
parent c0c696a96d
commit e9faa8965b
5 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
// license that can be found in the LICENSE file.
// Package sensor provides sensor events from various movement sensors.
package sensor // import "golang.org/x/mobile/sensor"
package sensor // import "golang.org/x/mobile/exp/sensor"
import (
"errors"