Skip to content

Instantly share code, notes, and snippets.

@flaviorl-net
Last active November 25, 2021 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flaviorl-net/463f05b3d94d0d2dafb799598f530b6c to your computer and use it in GitHub Desktop.
Save flaviorl-net/463f05b3d94d0d2dafb799598f530b6c to your computer and use it in GitHub Desktop.
func ObterNomeCliente() string
{
nomeCliente := "James Hetfield"
return nomeCliente
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment