2
0
mirror of synced 2025-02-22 22:38:18 +00:00

mobile/cmd/gomobile: initial empty main function

Change-Id: Ieac721b486155679f3de2baa13c69d50d63dce3b
Reviewed-on: https://go-review.googlesource.com/2652
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
David Crawshaw 2015-01-11 14:04:02 -05:00
parent a5177c8172
commit cf241b7ad2

13
cmd/gomobile/main.go Normal file
View File

@ -0,0 +1,13 @@
// Copyright 2015 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
/*
Gomobile is a tool for building and running mobile apps written in Go.
The tool is under development and not ready for use.
*/
package main
func main() {
}