Created
July 1, 2020 19:38
-
-
Save airtonGit/3a11cee0e73ba5f7327e64d7a211fe91 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Utilizador é obrigado a chamar com parametro *os.File | |
func escreverInfo(destino *os.File){ | |
(…) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment