# README
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.
# 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
Package httpmiddleware contains middleware for REST API's built with Gorilla web toolkit (router) and OpenCensus (telemetry).
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
nolint: loggercheck.
No description provided by the author
No description provided by the author
No description provided by the author
Package trace contains:
- HTTP headers for tracing.
No description provided by the author
Package uuid is a wrapper to github.com/google/uuid.