...
Run Format

Package pkgdoc

import "go/doc/testdata/pkgdoc"
Overview
Index

Overview ▾

type G

type G[T any] struct{ X T }

func (G[T]) M1

func (g G[T]) M1()

func (*G[T]) M2

func (g *G[T]) M2()

type I

type I interface {
    F()
}

type T

type T int

func (T) M

func (T) M()

type U

type U int