2
0
mirror of synced 2025-02-23 23:08:14 +00:00
mobile/cmd/gomobile/main.go
David Crawshaw cf241b7ad2 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>
2015-01-12 15:56:55 +00:00

14 lines
322 B
Go

// 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() {
}