Documentation
¶
Index ¶
Constants ¶
View Source
const (
A = 1
)
Variables ¶
View Source
var (
B = "b"
)
View Source
var I = H
Functions ¶
Types ¶
type D ¶
type D string
func J ¶
func J( p1 int, p2 *string, p3 []string, p4 []*bool, p5 [2]string, p6 map[string]int, p7 chan int, p8 func(int) string, p9 any, p10 struct { Foo string Bar context.Context Baz struct { Builder strings.Builder } }, p11 interface { L Foo() string Bar() bytes.Buffer }, p12 D, p13 *E, p14 []F, p15 [2]G, p16 map[D]E, p17 context.CancelCauseFunc, p18 stdjson.Marshaler, json json.Foo, variadic ...*packages.Module, ) (int, any, *D, error)
Click to show internal directories.
Click to hide internal directories.