[gofumpt] Improve formatting.

This commit is contained in:
Martin Dosch
2024-02-01 13:54:58 +08:00
parent d6e9a15f29
commit 0cc0a72c15
4 changed files with 28 additions and 20 deletions
+5 -3
View File
@@ -5,9 +5,11 @@ import (
"strconv"
)
const IQTypeGet = "get"
const IQTypeSet = "set"
const IQTypeResult = "result"
const (
IQTypeGet = "get"
IQTypeSet = "set"
IQTypeResult = "result"
)
func (c *Client) Discovery() (string, error) {
// use getCookie for a pseudo random id.