Commit Graph

19 Commits

Author SHA1 Message Date
Dmitry Chestnykh
bc4af7603a Add go1.2 to .travis.yml 2013-12-23 09:21:49 +01:00
Dmitry Chestnykh
aa75fb5575 Add .travis.yml and Travis-CI badge to README. 2013-12-12 18:04:03 +01:00
Dmitry Chestnykh
6004a1368e Revert "Remove panic not needed since Go 1.1."
This reverts commit 53e2fd7421.
2013-12-12 18:01:04 +01:00
Dmitry Chestnykh
53e2fd7421 Remove panic not needed since Go 1.1. 2013-09-23 18:48:36 +02:00
Dmitry Chestnykh
24c0a03472 Delete .gitignore
Leftover from the days when Go programs were built with Makefiles.
2013-09-23 18:44:53 +02:00
Dmitry Chestnykh
9727604170 Merge pull request #1 from adeven/readme_syntax_highlighting
Use fenced code blocks to enabled golang syntax highlighting in README.md
2013-09-23 09:39:42 -07:00
Christian Wellenbrock
3c1e943e8d Use fenced code blocks to enabled golang syntax highlighting in README.md 2013-09-23 18:32:11 +02:00
Dmitry Chestnykh
586d18d326 Remove Makefile. Use go tool.
Go weekly.2012-02-07.
2012-02-09 19:54:26 +01:00
Dmitry Chestnykh
97550955b0 Style fix. 2012-01-20 15:24:58 +01:00
Dmitry Chestnykh
00f2f1a9e4 Fix for Go weekly.2012-01-15. 2012-01-16 14:29:26 +01:00
Dmitry Chestnykh
958b406e0e Avoid modulo bias. 2011-06-06 14:34:01 +02:00
Dmitry Chestnykh
ecf15fa52a Add .gitignore 2011-04-16 23:38:26 +02:00
Dmitry Chestnykh
455ea53f19 Replace README with markdown version. 2011-04-16 21:39:53 +02:00
Dmitry Chestnykh
e810e021c7 Use io.ReadFull to read from random source. 2011-04-05 21:52:50 +02:00
Dmitry Chestnykh
6c4e68eee9 Move 0 to position before 1. 2011-04-05 21:48:27 +02:00
Dmitry Chestnykh
7f58d67fe3 Simplify reading from rand. 2011-04-05 20:37:41 +02:00
Dmitry Chestnykh
23e72bb56d Update README. 2011-04-05 19:56:42 +02:00
Dmitry Chestnykh
5abb82120b Fix docs. 2011-04-05 19:55:23 +02:00
Dmitry Chestnykh
4bfaae0c47 Initial commit. 2011-04-05 17:57:25 +02:00