Files
hugo/docs/content/en/getting-started/glossary/identifier.md
2025-01-23 09:47:46 +01:00

6 lines
274 B
Markdown

---
title: identifier
---
A string that represents a variable, method, object, or field. It must conform to Go's [language specification](https://go.dev/ref/spec#Identifiers), beginning with a letter or underscore, followed by zero or more letters, digits, or underscores.