Versions in this module Expand all Collapse all v1 v1.137.0 Sep 27, 2026 Changes in this version + func IsModuleName(id *syntax.Ident) bool + type Namer func(id *syntax.Ident) (string, bool) + type Renderer struct + Name Namer + Source func(syntax.Expr) string + func (r *Renderer) Nested(e syntax.Expr) (string, bool) + func (r *Renderer) Render(e syntax.Expr) (string, bool) + type Table struct + func Collect(file *syntax.File) Table + func (t Table) Len() int + func (t Table) String(e syntax.Expr) (string, bool) + func (t Table) Value(id *syntax.Ident) (string, bool)