blob: f9776645750a085d7dfc916a6f994e920c0e96ae [file] [log] [blame]
// Copyright 2019 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.
// +build fuchsia,!write_xunion_bytes_for_union
package fidl
func newCtx() MarshalerContext {
return MarshalerContext{
EncodeUnionsAsXUnionBytes: false,
}
}