aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorRunxi Yu <me@runxiyu.org>2024-12-08 21:34:30 +0800
committerRunxi Yu <me@runxiyu.org>2024-12-08 21:34:30 +0800
commitf86032e68213087b8f087245851b915b5f6acfa6 (patch)
tree33e617793050e7ed25a914a70da43e33f5ba4650 /main.go
parentUID -> CID (diff)
downloadmeseircd-f86032e68213087b8f087245851b915b5f6acfa6.tar.gz
meseircd-f86032e68213087b8f087245851b915b5f6acfa6.tar.zst
meseircd-f86032e68213087b8f087245851b915b5f6acfa6.zip
Server & Client should only have pointer receivers
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 3f6025a..b17c713 100644
--- a/main.go
+++ b/main.go
@@ -16,7 +16,7 @@ func main() {
setupCapls()
- self = Server{
+ self = &Server{
conn: nil,
SID: "001",
Name: "irc.runxiyu.org",