diff options
| author | Shulhan <ms@kilabit.info> | 2024-03-16 17:47:45 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2024-03-16 18:02:24 +0700 |
| commit | 916d1874a7047162d0894191c0979d47422786a3 (patch) | |
| tree | 2d3aac4b36b1dbd516ecf3c28a357f7964b78c65 /questdb_client.go | |
| parent | c8c5bd42810e4e10e769b0d008f7524522c727da (diff) | |
| download | haminer-916d1874a7047162d0894191c0979d47422786a3.tar.xz | |
all: realign struct HttpLog and questdbClient
The HttpLog realign from 304 to 288 bytes.
The questdbClient realign from 56 to 24 bytes.
Diffstat (limited to 'questdb_client.go')
| -rw-r--r-- | questdb_client.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/questdb_client.go b/questdb_client.go index 55c99eb..562e55c 100644 --- a/questdb_client.go +++ b/questdb_client.go @@ -20,8 +20,8 @@ const ( // questdbClient client for questdb. type questdbClient struct { - buf bytes.Buffer conn net.Conn + buf bytes.Buffer } // newQuestdbClient create and initialize client connection using the Url in |
