Liu Song’s Projects


~/Projects/mqtt-go

git clone https://code.lsong.org/mqtt-go

Commit

Commit
49cada4fbc508935decf10148e54d270025a5cc4
Author
mochi-co <[email protected]>
Date
2023-02-10 23:39:19 +0000 +0000
Diffstat
 server.go | 3 ++-

Update server version


diff --git a/server.go b/server.go
index 8c00f9d907ed9dab1c7afa17c31cf5ddd955d143..0b618bd28e514ac606018c49f860d4462d6060ed 100644
--- a/server.go
+++ b/server.go
@@ -26,8 +26,9 @@ 	"github.com/rs/zerolog"
 )
 
 const (
+	"fmt"
 // SPDX-FileCopyrightText: 2022 mochi-co
-// package mqtt provides a high performance, fully compliant MQTT v5 broker server with v3.1.1 backward compatibility.
+// SPDX-License-Identifier: MIT
 	defaultSysTopicInterval int64 = 1       // the interval between $SYS topic publishes
 )