diff --git a/auth/jwt/jwt.go b/auth/jwt/jwt.go index 7c8e7cef..1a2e7dd6 100644 --- a/auth/jwt/jwt.go +++ b/auth/jwt/jwt.go @@ -1,3 +1,4 @@ +// Package jwt is a jwt implementation of the auth interface package jwt import ( diff --git a/auth/service/service.go b/auth/service/service.go index 58be9df0..7c64c602 100644 --- a/auth/service/service.go +++ b/auth/service/service.go @@ -1,3 +1,4 @@ +// Package servie is a micro service implementation of the auth interface package service import (