package tests

import "gvisor.dev/gvisor/tools/go_generics/tests/consts"

Index

Constants

const (
	A              = 10
	B, C, D        = 10, 20, 30
	S              = "abc"
	T, U, V string = "abc", "def", "ghi"
)
const (
	A              = 20
	B, C, D        = 10, 100, 30
	S              = "def"
	T, U, V string = "ABC", "def", "ghi"
)

Source Files

input.go output.go

Version
v0.0.0-20250702182429-85e76111eb28 (latest)
Published
Jul 2, 2025
Platform
linux/amd64
Last checked
24 minutes ago

Tools for package owners.