commit 9803427
Simon Ser
·
2021-02-24 17:45:23 +0000 UTC
parent 59c68b5
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.
2 files changed,
+1,
-1
+1,
-1
1@@ -15,7 +15,7 @@ addr: irc.freenode.net:6697
2 nick: senpai
3 password: "my password can't be this cute"
4 EOF
5-go run ./cmd/irc
6+go run ./cmd/senpai
7 ```
8
9 Then, type `/join #senpai` and have a chat!
R cmd/irc/main.go =>
cmd/senpai/main.go
+0,
-0