doc: fix whitespace between stable and exp packages

Markdown acts weirdly at puts more whitespace around the audio
package if there is no other content seperating the lists.

Change-Id: Ia60c0ea05ab2d86b9b0cbcbabccdeebda8c13cbf
Reviewed-on: https://go-review.googlesource.com/11314
Reviewed-by: Nigel Tao <nigeltao@golang.org>
This commit is contained in:
Burcu Dogan
2015-06-21 11:30:59 -07:00
parent 55faa67276
commit d1e00c1c1c

View File

@ -8,7 +8,7 @@ Follow the build instructions on
to install the gomobile command and
[build the basic example](http://godoc.org/golang.org/x/mobile/example/basic).
--
---
APIs are currently very limited, but under active development. Package
documentation serves as a starting point:
@ -18,6 +18,8 @@ documentation serves as a starting point:
- [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)