mirror of
https://github.com/netbirdio/gomobile-tvos-fork.git
synced 2026-05-22 18:43:29 -07:00
Fixes golang/go#62415 Change-Id: Ica46a62f60b8ebcf6244da98fe4e0643206cb24f Reviewed-on: https://go-review.googlesource.com/c/mobile/+/525095 Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> Run-TryBot: Hajime Hoshi <hajimehoshi@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Auto-Submit: Hajime Hoshi <hajimehoshi@gmail.com> Reviewed-by: Bryan Mills <bcmills@google.com>
11 lines
232 B
Go
11 lines
232 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.
|
|
|
|
//go:build !darwin && !linux && !windows
|
|
|
|
package main
|
|
|
|
func main() {
|
|
}
|