blob: 9bda7ac77fed85b9da8430129ed5ffb7da17e0ec [file] [log] [blame]
// 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
// +build !darwin,!linux,!windows
package main
func main() {
}