...

Package pkgdoc

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

Overview ▾

Index ▾

Package files

doc.go

type G

type G[T any] struct {
    // contains filtered or unexported fields
}

func (G[T]) M1

func (g G[T]) M1()

func (*G[T]) M2

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

type T

type T int

func (T) M

func (T) M()

type U

type U int