commit | ae2f847064de6791e37ed012ebe4579948d22a01 | [log] [tgz] |
---|---|---|
author | Burcu Dogan <jbd@google.com> | Tue Sep 22 14:00:14 2015 -0700 |
committer | Burcu Dogan <jbd@google.com> | Wed Sep 23 17:04:59 2015 +0000 |
tree | b21a27bb451a3a73f2553295c7f258238ae07dd6 | |
parent | 18875a7b5b301c192cfc187c1ca7c1928cca7368 [diff] |
cmd/gomobile: skip the hidden asset files gomobile builds apps with hidden files from the assets directory. The final applications should skip files like .DS_Store, .gitignore, etc. Therefore, walker needs to skip the hidden files. Change-Id: Ibbf7010d525cc831a009f3680f84063f40ac570f Reviewed-on: https://go-review.googlesource.com/14825 Reviewed-by: David Crawshaw <crawshaw@golang.org>
The Go mobile repository holds packages and build tools for using Go on mobile platforms.
Package documentation as a starting point:
The Go Mobile project is experimental. Use this at your own risk. While we are working hard to improve it, neither Google nor the Go team can provide end-user support.
This is early work and installing the build system requires Go 1.5. Follow the instructions on golang.org/wiki/Mobile to install the gomobile command, build the basic and the bind example apps.
Contributions to Go are appreciated. See https://golang.org/doc/contribute.html.