/goutils

Util functions for Golang.

Primary LanguageGo

Util functions for Go development.

NOTE: It's for personal use, we don't accept feature requests and PRs.

  • ctxutils: Util functions for gofiber web framework, mostly fiber.Ctx.
  • sqlutils: Util functions with goqu, for SQLite, MySQL, PostgreSQL.
  • emailutils: Util functions for handling email addresses, domain names, etc.
  • timeutils: Util functions for time formatting and convert.
  • log: Util functions for logging with slog
  • respcode: pre-defined short text as response / error code.
  • i18n: simple i18n support.