For golang/go#9306 Change-Id: Ia8778f5b371371d103c55c12606257ee7ca45fd4 Reviewed-on: https://go-review.googlesource.com/17778 Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
11 lines
225 B
Go
11 lines
225 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.
|
|
|
|
// +build !darwin,!linux,!windows
|
|
|
|
package main
|
|
|
|
func main() {
|
|
}
|