1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
// Automatically generated marshal implementation. See tools/go_marshal.
// If there are issues with build constraint aggregation, see
// tools/go_marshal/gomarshal/generator.go:writeHeader(). The constraints here
// come from the input set of files used to generate this file. This input set
// is filtered based on pre-defined file suffixes related to build constraints,
// see tools/defs.bzl:calculate_sets().
//go:build (amd64 || 386) && (amd64 || 386)
// +build amd64 386
// +build amd64 386
package arch
import (
)
|