blob: f8806d72710696ba21c4f649bf1c846ab1524294 [file] [log] [blame]
// Copyright 2016 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.
package io
import (
"syscall/zx"
)
func init() {
zx.EOF = EOF
}