diff options
| author | Shulhan <ms@kilabit.info> | 2026-03-30 19:23:29 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-03-30 21:07:31 +0700 |
| commit | 61a44bf239f5545080af83f890d488ceaf257a80 (patch) | |
| tree | 26273fdb5618c9623919f6830a24baa5a2c945b3 /lib/paseto/paseto.go | |
| parent | 6e3d2f12d6617a6caa45b4a2eeec2dc54aa8d17a (diff) | |
| download | pakakeh.go-61a44bf239f5545080af83f890d488ceaf257a80.tar.xz | |
lib/paseto: add unit tests for Payload and Message types
Diffstat (limited to 'lib/paseto/paseto.go')
| -rw-r--r-- | lib/paseto/paseto.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/paseto/paseto.go b/lib/paseto/paseto.go index 9268a383..d5b3b569 100644 --- a/lib/paseto/paseto.go +++ b/lib/paseto/paseto.go @@ -5,9 +5,9 @@ // of Platform-Agnostic SEcurity TOkens (PASETO) version 2 and version 4 as // defined in [paseto-v2] and [paseto-v4]. // -// The paseto version 2 is available under sub packet +// The paseto version 2 is available under sub package // [git.sr.ht/~shulhan/pakakeh.go/lib/paseto/v2] and the paseto version 4 -// is available under sub packet +// is available under sub package // [git.sr.ht/~shulhan/pakakeh.go/lib/paseto/v4]. // // [paseto-v2]: https://github.com/paseto-standard/paseto-spec/blob/master/docs/01-Protocol-Versions/Version2.md |
