Skip to content

Instantly share code, notes, and snippets.

View leopedroso45's full-sized avatar
⚔️
Fighting a Dragon!

Leonardo Severo leopedroso45

⚔️
Fighting a Dragon!
View GitHub Profile
@leocomelli
leocomelli / git.md
Last active July 22, 2024 14:30
Lista de comandos úteis do GIT

GIT

Estados

  • Modificado (modified);
  • Preparado (staged/index)
  • Consolidado (comitted);

Ajuda

@jniltinho
jniltinho / myip.go
Created March 26, 2014 16:55
Get My IP Golang
package main
/*
URL: https://github.com/mccoyst/myip/blob/master/myip.go
URL: http://changsijay.com/2013/07/28/golang-get-ip-address/
*/
import (
"net"
"os"