From 96233b2d9bccaa81be33b7ef4654cc0843ade6b6 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sun, 19 Jul 2020 10:53:38 +0100 Subject: [PATCH] auth jwt / service package comments --- auth/jwt/jwt.go | 1 + auth/service/service.go | 1 + 2 files changed, 2 insertions(+) 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 (