Categorygithub.com/SKF/go-utility/v2
2.34.2
Repository: https://github.com/skf/go-utility.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

Build Status on master Go Report Card

go-utility

Supported packages

  • array
  • auth
    • secretsmanagerauth
  • datadog
  • env
  • http-middleware
  • http-model
  • http-server
  • jwk
  • jwt
  • log
  • timeutils
  • useridcontext
  • uuid

Migration

If you previously were using github.com/SKF/go-utility/env and want to use version v2.*.*, update import path to github.com/SKF/go-utility/v2/env.

For more information:

Migration from 1.* to 2.*

  • http-middleware have some updates, more info here.
  • grpc-interceptor/requestid has been removed in favor of Opencensus.