This commit is contained in:
2025-10-27 14:57:21 +01:00
parent dede386e8b
commit fb2ba22f72
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
package postgresql
// DB Operations helper
// Jackc/pgx helper
import (
"errors"

View File

@@ -1,5 +1,7 @@
package rabbitmq
// rabbitmq/amqp091-go helper
import (
"bytes"
"encoding/json"