Adds an internal library for JWS / JWT encoding

This commit is contained in:
2015-08-17 13:50:16 +02:00
parent dc107d934d
commit 4eb3bdaa13
4 changed files with 105 additions and 0 deletions

9
jwt/Makefile Normal file
View File

@@ -0,0 +1,9 @@
all: build check
build:
go build
check:
go test -coverprofile=cover.out -covermode=count
go vet
golint