Skip to content

Instantly share code, notes, and snippets.

View A9u's full-sized avatar
👩‍💻

Anusha Bhat A9u

👩‍💻
View GitHub Profile
@ryanfitz
ryanfitz / golang-nuts.go
Created December 2, 2012 22:45
two ways to call a function every 2 seconds
package main
import (
"fmt"
"time"
)
// Suggestions from golang-nuts
// http://play.golang.org/p/Ctg3_AQisl