Versions in this module Expand all Collapse all v0 v0.1.1 Jul 19, 2026 v0.1.0 Jul 19, 2026 Changes in this version + func Exported(input string) string + func Unexported(input string) string + type Converter struct + func NewConverter(initialisms ...string) *Converter + func (c *Converter) Exported(input string) string + func (c *Converter) Unexported(input string) string + type Scope struct + func NewScope(reserved ...string) *Scope + func (s *Scope) Reserve(identifiers ...string) + func (s *Scope) Unique(identifier string) string