mobileinit.go 416 B

1234567891011
  1. // Copyright 2015 The Go Authors. All rights reserved.
  2. // Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Package mobileinit contains common initialization logic for mobile platforms
  5. // that is relevant to both all-Go apps and gobind-based apps.
  6. //
  7. // Long-term, some code in this package should consider moving into Go stdlib.
  8. package mobileinit
  9. import "C"