package testing

import "go.opentelemetry.io/otel/internal/testing"

Index

Functions

func Aligned8Byte

func Aligned8Byte(fields []FieldOffset, out io.Writer) bool

Aligned8Byte returns if all fields are aligned modulo 8-bytes.

Error messaging is printed to out for any fileds determined misaligned.

Types

type FieldOffset

type FieldOffset struct {
	// Name of the field.
	Name string

	// Offset of the field in bytes.
	//
	// To compute this at compile time use unsafe.Offsetof.
	Offset uintptr
}

FieldOffset is a preprocessor representation of a struct field alignment.

Source Files

alignment.go

Version
v0.2.1
Published
Jan 8, 2020
Platform
js/wasm
Imports
2 packages
Last checked
25 minutes ago

Tools for package owners.