gofmt -l -w -tabs=false -tabwidth=2 *

This commit is contained in:
Steven Degutis
2012-03-16 10:43:33 -05:00
parent 0d62c739d6
commit ce4ffc8a43
11 changed files with 23 additions and 23 deletions

View File

@@ -15,7 +15,7 @@ func aboutMaps() {
age, ok = ages["steven"]
assert(age == __int__) // the zero value is used when absent
assert(__bool__) // though there are better ways to check for presence
assert(__bool__) // though there are better ways to check for presence
assert(len(ages) == __int__) // length is based on keys