2
0
mirror of synced 2025-02-21 14:08:14 +00:00
Burcu Dogan d19d328d7b exp/sensor: avoid using naked returns
Naked returns must be used for self-documentary reasons. In this
unexported package, it is not useful to name return values.

The change has been contributed on a previous CL but I don't know
what happened, it should have been lost on a bad merge.

Change-Id: I6cb9c3a58ad397aeb646f3e57e482628fe31ca31
Reviewed-on: https://go-review.googlesource.com/15658
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
2015-10-12 17:03:38 +00:00
..
2015-07-03 01:37:12 +00:00
2015-09-23 23:46:16 +00:00

golang.org/x/mobile/exp contains experimental packages for mobile app
development.