Skip to content

Instantly share code, notes, and snippets.

@slayerjain
Created April 12, 2019 11:13
Show Gist options
  • Save slayerjain/df5c8cfd4a64932cdb329e9ca9a7ec73 to your computer and use it in GitHub Desktop.
Save slayerjain/df5c8cfd4a64932cdb329e9ca9a7ec73 to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
"time"
)
func main() {
fmt.Println(time.Now())
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment