Skip to content

Instantly share code, notes, and snippets.

View jairforero's full-sized avatar

Jair Forero jairforero

View GitHub Profile
@zubietaroberto
zubietaroberto / main.go
Created October 22, 2014 18:27
Golang UDP Socket Server
/*
This script creates a simple UDP Server that exports all data received
through the 8080 socket into the console.
Made By: Roberto E. Zubieta
Panama City, Panamá
G+: https://plus.google.com/u/0/105524772414753584405/
*/
package main