// Copyright 2021 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. | |
// The test in src/cmd/go/testdata/script/mod_require_exclude.txt attempts to | |
// understand this package; without this file, that fails with | |
// | |
// package syscall/zx/zxsocket: build constraints exclude all Go files in .../go/src/syscall/zx/zxsocket | |
// | |
// This stub prevents that problem. | |
package zxsocket |