Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2012-03-30 | gcd.go: drop unused comments | Ivan Krasin | 1 | -6/+0 |
2012-03-30 | gcd.go: skip os.Args[0] which is the path to the binary | Ivan Krasin | 1 | -2/+2 |
2012-03-30 | Use the power of Go for loop | Ivan Krasin | 1 | -2/+2 |
2012-03-30 | Don't use flag package, because in this case we only want raw arguments. Use ... | Ivan Krasin | 1 | -14/+10 |
2012-03-30 | Make the program more idiomatic to Go (pass 1) | Ivan Krasin | 1 | -6/+7 |
2012-03-30 | Update build instructions, because Go 1 does not expose 6g / 8g / etc tools a... | Ivan Krasin | 1 | -4/+5 |
2012-03-30 | gcd.go: update to Go1. Use uint64 instead of uint, because strconv.ParseUint ... | Ivan Krasin | 1 | -5/+5 |
2012-03-30 | gcd.go: go fmt | Ivan Krasin | 1 | -30/+29 |
2011-07-23 | 6g and 8g difference | Igor Pashev | 1 | -1/+1 |
2011-07-23 | Typo | Igor Pashev | 1 | -1/+1 |
2011-07-23 | Added Go, tested with 6g and GCC 4.6.1 | Igor Pashev | 1 | -0/+61 |