mirror of
https://github.com/netbirdio/gomobile-tvos-fork.git
synced 2026-05-22 18:43:29 -07:00
all: windows build tags
For golang/go#9306 Change-Id: Ia8778f5b371371d103c55c12606257ee7ca45fd4 Reviewed-on: https://go-review.googlesource.com/17778 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build darwin linux
|
||||
// +build darwin linux windows
|
||||
|
||||
// An app that draws a green triangle on a red background.
|
||||
//
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build !darwin,!linux
|
||||
// +build !darwin,!linux,!windows
|
||||
|
||||
package main
|
||||
|
||||
|
||||
Reference in New Issue
Block a user