fix_: lint issue

This commit is contained in:
frank 2024-09-03 16:10:27 +08:00
parent 231aff6567
commit ce0328aabb
No known key found for this signature in database
GPG Key ID: B56FA1FC264D28FD
1 changed files with 1 additions and 0 deletions

View File

@ -59,6 +59,7 @@ func NewConnectionParams(netIPs []net.IP, port int, publicKey *ecdsa.PublicKey,
// - AES encryption key // - AES encryption key
// - string InstallationID of the sending device // - string InstallationID of the sending device
// - string KeyUID of the sending device // - string KeyUID of the sending device
//
// NOTE: // NOTE:
// - append(accrete) parameters instead of changing(breaking) existing parameters. Appending should **never** break, modifying existing parameters will break. Watch this before making changes: https://www.youtube.com/watch?v=oyLBGkS5ICk // - append(accrete) parameters instead of changing(breaking) existing parameters. Appending should **never** break, modifying existing parameters will break. Watch this before making changes: https://www.youtube.com/watch?v=oyLBGkS5ICk
// - never strictly check version, unless you really want to break // - never strictly check version, unless you really want to break