diff options
| author | Simon Ser <contact@emersion.fr> | 2021-02-24 17:45:23 +0000 |
|---|---|---|
| committer | Hubert Hirtz <hubert@hirtz.pm> | 2021-02-24 20:06:07 +0100 |
| commit | 98034270c21477f3373248a47ac0eb73a56f990a (patch) | |
| tree | 7990dc968131c15a9929cd4ed43bb3008eb8aa9c | |
| parent | Add a no-tls option to config (diff) | |
mv cmd/irc cmd/senpai
Allows to `go build ./cmd/senpai` without having to specify -o.
Also more consistent with how cmd/ is used in the Go ecosystem.
Diffstat (limited to '')
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | cmd/senpai/main.go (renamed from cmd/irc/main.go) | 0 |
2 files changed, 1 insertions, 1 deletions
@@ -15,7 +15,7 @@ addr: irc.freenode.net:6697 nick: senpai password: "my password can't be this cute" EOF -go run ./cmd/irc +go run ./cmd/senpai ``` Then, type `/join #senpai` and have a chat! diff --git a/cmd/irc/main.go b/cmd/senpai/main.go index 5f7933d..5f7933d 100644 --- a/cmd/irc/main.go +++ b/cmd/senpai/main.go |
