Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Go para Pessoas Desenvolvedoras Node.js

Go para Pessoas Desenvolvedoras Node.js

Avatar for Luís Fernando Guedes

Luís Fernando Guedes

September 12, 2019
Tweet

More Decks by Luís Fernando Guedes

Other Decks in Programming

Transcript

  1. 3

  2. “Go é a tentativa de combinar a segurança e a

    performance de linguagens estaticamente tipadas com a conveniência e diversão de linguagens interpretadas, dinamicamente tipadas. — Rob Pike
  3. 6 node index.js go run main.go Mercury is the closest

    planet to the Sun and the smallest one in the Solar System—it’s only a bit larger than our Moon. The planet’s name has nothing to do with the liquid metal since it was named after the Roman messenger god, Mercury Venus has a beautiful name and is the second planet from the Sun. It’s terribly hot—even hotter than Mercury—and its atmosphere is extremely poisonous. It’s the second-brightest natural object in the night sky after the Moon
  4. Sai npm, entra go get e dep. Sai require, entra

    import. Pacotes e Dependências
  5. 13

  6. Oh, really? Não posso fazer o que eu quiser com

    as variáveis? Tipagem Estática
  7. 15

  8. 16

  9. Esqueça try e catch. No Go, erros são tratados de

    forma diferente. Tratamento de Erros
  10. 18

  11. 20