Source File
common.go
Belonging Package
golang.org/x/text/internal/language
// Code generated by running "go generate" in golang.org/x/text. DO NOT EDIT.package language// This file contains code common to the maketables.go and the package code.// AliasType is the type of an alias in AliasMap.type AliasType int8const (Deprecated AliasType = iotaMacroLegacyAliasTypeUnknown AliasType = -1)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)