2015-08-21 17:36:09 -04:00
|
|
|
// Copyright 2014 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.
|
|
|
|
|
2015-12-14 09:11:54 -08:00
|
|
|
// +build !darwin,!linux,!windows
|
2015-08-21 17:36:09 -04:00
|
|
|
|
|
|
|
package main
|
|
|
|
|
|
|
|
func main() {
|
|
|
|
}
|