doc: list sensor and audio package as experimental

Change-Id: Ib0834fd74d412e8ddc01f30eca72557799d33aeb
Reviewed-on: https://go-review.googlesource.com/11313
Reviewed-by: Nigel Tao <nigeltao@golang.org>
This commit is contained in:
Burcu Dogan 2015-06-20 16:50:44 -07:00
parent 1d641b5393
commit 55faa67276
1 changed files with 4 additions and 3 deletions

View File

@ -15,12 +15,13 @@ documentation serves as a starting point:
- [mobile/app](http://godoc.org/golang.org/x/mobile/app)
- [mobile/gl](http://godoc.org/golang.org/x/mobile/gl)
- [mobile/exp/sprite](http://godoc.org/golang.org/x/mobile/exp/sprite)
- [mobile/audio](http://godoc.org/golang.org/x/mobile/audio)
- [mobile/sensor](http://godoc.org/golang.org/x/mobile/sensor)
- [mobile/cmd/gomobile](http://godoc.org/golang.org/x/mobile/cmd/gomobile)
- [mobile/cmd/gobind](http://godoc.org/golang.org/x/mobile/cmd/gobind)
- [mobile/exp/audio](http://godoc.org/golang.org/x/mobile/exp/audio)
- [mobile/exp/sensor](http://godoc.org/golang.org/x/mobile/exp/sensor)
- [mobile/exp/sprite](http://godoc.org/golang.org/x/mobile/exp/sprite)
Contributions to Go are appreciated. See https://golang.org/doc/contribute.html.
* Bugs can be filed at the [Go issue tracker](https://golang.org/issue/new).