structs

package standard library
go1.24.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 15, 2026 License: BSD-3-Clause Imports: 0 Imported by: 206

Documentation

Overview

Package structs defines marker types that can be used as struct fields to modify the properties of a struct.

By convention, a marker type should be used as the type of a field named "_", placed at the beginning of a struct type definition.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HostLayout