type Employee string
const (
Manager Employee = "manager"
Developer Employee = "Developer"
Tester Employee = "Tester"
)
Last active
July 27, 2024 12:27
-
-
Save psahni/02ce47cb3340ea1438efc6c49b6d4da6 to your computer and use it in GitHub Desktop.
code_snippets_go.go
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Save Hash
Get Hash Key