Amir Khan 9d8597ff3b Vendor go-mobile dependencies 9 mēneši atpakaļ
..
app 2654c64f94 Merge commit 'ffbe0f43d130ba1f5310fa5c02ef37b24ee78184' into maccatalyst 9 mēneši atpakaļ
asset 2654c64f94 Merge commit 'ffbe0f43d130ba1f5310fa5c02ef37b24ee78184' into maccatalyst 9 mēneši atpakaļ
bind 2654c64f94 Merge commit 'ffbe0f43d130ba1f5310fa5c02ef37b24ee78184' into maccatalyst 9 mēneši atpakaļ
cmd 2654c64f94 Merge commit 'ffbe0f43d130ba1f5310fa5c02ef37b24ee78184' into maccatalyst 9 mēneši atpakaļ
doc 84d460615f Merge commit '44cb74bc2b013ee154ee578daa3cf79a25ee37bc' as 'MobileLibrary/go-mobile' 3 gadi atpakaļ
event 2654c64f94 Merge commit 'ffbe0f43d130ba1f5310fa5c02ef37b24ee78184' into maccatalyst 9 mēneši atpakaļ
example 2654c64f94 Merge commit 'ffbe0f43d130ba1f5310fa5c02ef37b24ee78184' into maccatalyst 9 mēneši atpakaļ
exp 2654c64f94 Merge commit 'ffbe0f43d130ba1f5310fa5c02ef37b24ee78184' into maccatalyst 9 mēneši atpakaļ
geom 2654c64f94 Merge commit 'ffbe0f43d130ba1f5310fa5c02ef37b24ee78184' into maccatalyst 9 mēneši atpakaļ
gl 2654c64f94 Merge commit 'ffbe0f43d130ba1f5310fa5c02ef37b24ee78184' into maccatalyst 9 mēneši atpakaļ
internal 2654c64f94 Merge commit 'ffbe0f43d130ba1f5310fa5c02ef37b24ee78184' into maccatalyst 9 mēneši atpakaļ
testdata 84d460615f Merge commit '44cb74bc2b013ee154ee578daa3cf79a25ee37bc' as 'MobileLibrary/go-mobile' 3 gadi atpakaļ
vendor 9d8597ff3b Vendor go-mobile dependencies 9 mēneši atpakaļ
.gitattributes 84d460615f Merge commit '44cb74bc2b013ee154ee578daa3cf79a25ee37bc' as 'MobileLibrary/go-mobile' 3 gadi atpakaļ
.gitignore 84d460615f Merge commit '44cb74bc2b013ee154ee578daa3cf79a25ee37bc' as 'MobileLibrary/go-mobile' 3 gadi atpakaļ
CONTRIBUTING.md 84d460615f Merge commit '44cb74bc2b013ee154ee578daa3cf79a25ee37bc' as 'MobileLibrary/go-mobile' 3 gadi atpakaļ
LICENSE 2654c64f94 Merge commit 'ffbe0f43d130ba1f5310fa5c02ef37b24ee78184' into maccatalyst 9 mēneši atpakaļ
PATENTS 84d460615f Merge commit '44cb74bc2b013ee154ee578daa3cf79a25ee37bc' as 'MobileLibrary/go-mobile' 3 gadi atpakaļ
README.md 2654c64f94 Merge commit 'ffbe0f43d130ba1f5310fa5c02ef37b24ee78184' into maccatalyst 9 mēneši atpakaļ
codereview.cfg 84d460615f Merge commit '44cb74bc2b013ee154ee578daa3cf79a25ee37bc' as 'MobileLibrary/go-mobile' 3 gadi atpakaļ
go.mod 2654c64f94 Merge commit 'ffbe0f43d130ba1f5310fa5c02ef37b24ee78184' into maccatalyst 9 mēneši atpakaļ
go.sum 2654c64f94 Merge commit 'ffbe0f43d130ba1f5310fa5c02ef37b24ee78184' into maccatalyst 9 mēneši atpakaļ

README.md

Go support for Mobile devices

Go Reference

The Go mobile repository holds packages and build tools for using Go on mobile platforms.

Package documentation as a starting point:

Caution image

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://go.dev/doc/contribute.

The git repository is https://go.googlesource.com/mobile.