Files

11 lines
232 B
Go
Raw Permalink Normal View History

// 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.
2021-02-19 18:54:49 -05:00
//go:build !darwin && !linux && !windows
package main
func main() {
}