• Russ Cox's avatar
    update code to follow new semicolon rules: · 983f06bd
    Russ Cox authored
     *  1. all statements and declarations are terminated by semicolons
     *  2. semicolons can be omitted at top level.
     *  3. semicolons can be omitted before and after the closing ) or }
     *	on a list of statements or declarations.
    
    /home/rsc/bin/addsemi and then diff+tweak.
    
    R=r,gri
    OCL=16620
    CL=16643
    983f06bd
Name
Last commit
Last update
..
container Loading commit data...
http Loading commit data...
math Loading commit data...
net Loading commit data...
os Loading commit data...
syscall Loading commit data...
time Loading commit data...
bufio.go Loading commit data...
clean.bash Loading commit data...
flag.go Loading commit data...
fmt.go Loading commit data...
io.go Loading commit data...
make.bash Loading commit data...
once.go Loading commit data...
rand.go Loading commit data...
sort.go Loading commit data...
strings.go Loading commit data...