blob: 8beaddd926808160c3c0e59e91541bba870c6ca1 [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 log
import "syscall/zx"
func init() {
SetOutput(zx.NewLog(0))
}