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 April 9, 2025 00:36
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"