all: rename ExternalService to CodeHost in go files
Created by: keegancsmith
Ran
ruplacer --go -t go 'ExternalService' 'CodeHost'
ruplacer --go -t go 'externalService' 'codeHost'
git status --porcelain | cut -f 3 -d ' ' | xargs goimports -w
Created by: keegancsmith
Ran
ruplacer --go -t go 'ExternalService' 'CodeHost'
ruplacer --go -t go 'externalService' 'codeHost'
git status --porcelain | cut -f 3 -d ' ' | xargs goimports -w