Back to Hugo

identifier

docs/content/en/quick-reference/glossary/identifier.md

0.161.1265 B
Original Source

An identifier is a string that represents a variable, method, object, or field. It must conform to Go's language specification, beginning with a letter or underscore, followed by zero or more letters, digits, or underscores.