Time |
S |
Nick |
Message |
16:27 |
|
|
philbot joined #sourcefu |
16:27 |
|
|
Topic for #sourcefu is now http://sourcefu.com | logs at http://irclog.greptilian.com/sourcefu/today |
16:28 |
|
|
pdurbin joined #sourcefu |
21:04 |
|
pdurbin |
playing around with parsing strings into dates in Go: https://github.com/jteeuwen/go-pkg-rss/issues/36#issuecomment-166154899 |
21:04 |
|
pdurbin |
"To define your own format, write down what the reference time would look like formatted your way" https://golang.org/pkg/time/ |
21:05 |
|
pdurbin |
it's ... interesting that Go has you write down your format using a specific time in 2006 |
21:49 |
|
pdurbin |
I'm playing around with replacing the quick and dirty Ruby script I use at http://podcasts.greptilian.com (sort.rb in the root directory) |
21:52 |
|
pdurbin |
I was just looking at https://coveralls.io/github/mattn/goveralls and https://blog.golang.org/cover |