• Russ Cox's avatar
    rename various magic names. · c249a8de
    Russ Cox authored
    	sigi and sigt:
    	sys·sigi_inter -> sigi·inter
    	sys·sigt_int -> sigt·int
    	Package·sigt_Type -> sigt·Package.Type
    
    	local type T in file x.go T_x -> T·x
    	second one T_x_1 -> T·x·1
    
    	method names M on T  T_M -> T·M
    
    correctly handle local embedded types
    
    init functions are the only place left that use underscores
    
    R=ken
    OCL=18377
    CL=18377
    c249a8de
Name
Last commit
Last update
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
pkg Loading commit data...
src Loading commit data...
test Loading commit data...
usr/gri Loading commit data...