Export to GitHub

golang - default

Source Commits


Commits

Author Date Commit Message
Randy Sugianto Mar 19, 2010 6c14d0284956 Use the latest gofmt that removes the semicolons
Hans Stimer Mar 18, 2010 3259306a6b54 Couple of small fixes to catch the library up to recent go and package changes.
Randy Sugianto Dec 14, 2009 3194f5ad0097 Add comments for package scanner and public methods
Randy Sugianto Dec 11, 2009 afb8a2251e8f Add test cases for scanner. Seems that everything is OK
Randy Sugianto Dec 11, 2009 abed3bdb42e2 Added Next and HasNext to read next token, whatever it is. Similar to java.lang.
Randy Sugianto Dec 11, 2009 75ebef13dd72 Apply variation to the Next(integer) methods. Now we have NextInt, NextInt64, Ne
Randy Sugianto Dec 10, 2009 0e25afd5f001 try to generalize next* using function param
Randy Sugianto Dec 10, 2009 894d257d843c add new package, scanner to scan input to get some human readable data. Similar
Randy Sugianto Dec 3, 2009 4e9291daa847 Edit makefile encoding from dos to unix reformatted dump.go and dump_test.go usi
Randy Sugianto Nov 26, 2009 7b386592df3c Initial commit of the dump package