mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-26 09:44:44 -07:00
first pass at renaming Oragono to Ergo
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# exclude vendor/
|
||||
SOURCES="./oragono.go ./irc"
|
||||
SOURCES="./ergo.go ./irc"
|
||||
|
||||
if [ "$1" = "--fix" ]; then
|
||||
exec gofmt -s -w $SOURCES
|
||||
|
||||
Reference in New Issue
Block a user