-
Complete TODO for coalesced function parameters.
skrul committedFeb 24, 2015
-
skrul committed
Feb 22, 2015
-
Example shows methods being called on r1 (type Rand) not s1 (type Source). Fix comment to reflect this correctly.
skrul committedFeb 22, 2015
-
Update comment for SplitHostPort
mmcgrana committedFeb 14, 2015 -
Merge pull request #95 from philk/split_host_port
url-parsing: Use net.SplitHostPort
mmcgrana committedFeb 14, 2015
-
url-parsing: Use net.SplitHostPort
Use [net.SplitHostPort](https://godoc.org/net#SplitHostPort) instead of strings.Split. This is the more correct way to split the host and port as well as working with IPv6.
philk committedFeb 12, 2015
-
mmcgrana committed
Jan 10, 2015 -
Merge remote-tracking branch 'mathonsunday/master'
mmcgrana committedJan 10, 2015 -
Tweak wording to "function calls"
It's technically the same function being called and therefore run twice. Ref #90
mmcgrana committedJan 10, 2015 -
Merge remote-tracking branch 'tleyden/patch-2'
mmcgrana committedJan 10, 2015
-
Veronica Ray committed
Jan 8, 2015
-
Added blank identifier explanation to maps
mathonsunday committedJan 7, 2015
-
Remove todo-ish list from examples.txt
At this point we're probably not going to add major new examples to Go by Example. Remove the todo-ish looking list from examples.txt to avoid implying otherwise in that file.
mmcgrana committedDec 14, 2014
-
Update format script for new gofmt
gofmt no longer supports `tabs` and `tabwidth`, but we still require exactly-4-space tabs to preserve the narrow layout on gobyexample.com, so re-implement this functionality with sed.
-
mmcgrana committed
Dec 13, 2014
-
yuvallanger committed
May 25, 2014
-
Merge remote-tracking branch 'yourabi/master'
mmcgrana committedMay 12, 2014 -
Adding call to check(err) after os.Open
Clearly we were just able to read the content via ioutil.ReadFile but for consistency I think it would be better to call check(err) after the call to os.Open("/tmp/dat") on line 34. Tools like errcheck (https://github.com/kisielk/errcheck) will complain about uncaught / unhandled err's. Also can we really be sure some 3rd party process didn't nuke '/tmp' during execution :-)yourabi committedMay 12, 2014
-
mmcgrana committed
May 11, 2014 -
Merge commit '70305b971a05ea93bc61ed81e5834dad081933e2'
mmcgrana committedMay 11, 2014
-
update pygments to support python3
everyx committedMay 5, 2014
-
Link to everyx as well, ref #74
mmcgrana committedMay 3, 2014 -
Add Translations index to Readme, ref #74
mmcgrana committedMay 3, 2014
-
mmcgrana committed
Apr 16, 2014 -
More consistent use of layout vs format
mmcgrana committedApr 16, 2014 -
Merge branch 'constants-for-time'
mmcgrana committedApr 16, 2014 -
In most cases users will format and parse times using the constants provided in package time. Show these first before getting into custom example-based formats.
mmcgrana committedApr 16, 2014