From Go: Format a time or date
Consider just running dateparse:
go get -u github.com/araddon/dateparse/dateparse
dateparse --timezone="UTC" "2019-11-20T22:32:59.882Z"
dateparse --timezone="America/Detroit" "2017-07-19 03:21:00"
| function rest(dag) { | |
| layering = d3.layeringSimplex() | |
| decrossing = d3.decrossOpt() | |
| coords = d3.coordQuad() |
| package contextutil | |
| import ( | |
| "context" | |
| "time" | |
| ) | |
| // ResetFunc resets the context timeout timer | |
| type ResetFunc func() |
| package kms | |
| import ( | |
| "crypto" | |
| "encoding/base64" | |
| "io" | |
| "sync" | |
| "context" | |
| "fmt" |
| package main | |
| import ( | |
| "errors" | |
| "fmt" | |
| "io" | |
| "log" | |
| "net/http" | |
| "os" |
From Go: Format a time or date
Consider just running dateparse:
go get -u github.com/araddon/dateparse/dateparse
dateparse --timezone="UTC" "2019-11-20T22:32:59.882Z"
dateparse --timezone="America/Detroit" "2017-07-19 03:21:00"
| package main | |
| import ( | |
| "bytes" | |
| "errors" | |
| "fmt" | |
| "runtime" | |
| ) | |
| type AppError struct { |
How to get Pull Requests data using Github in the browser, or using the API to allow for automating reporting or building in values into a website.
| package main | |
| import ( | |
| "fmt" | |
| "io/ioutil" | |
| "log" | |
| "context" | |
| "cloud.google.com/go/storage" |
Let's say contributor has submitted a pull request to your (author) project (repo). They have made changes on their
branch feature and have proposed to merge this into origin/master, where
origin -> https://github.com/author/repo.gitNow say you would like to make commits to their PR and push those changes. First, add their fork as a remote called