diff options
| author | Shulhan <ms@kilabit.info> | 2023-09-11 00:43:35 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-09-11 02:26:33 +0700 |
| commit | bbd586f64729f6db9035744ad89aadef27b0edf8 (patch) | |
| tree | 3f49299344cd44e5d2c68cc237b5c7b31722c75e /lib/websocket | |
| parent | 1a8e7cf252056fa1309d99b998f1c4d48cfc2610 (diff) | |
| download | pakakeh.go-bbd586f64729f6db9035744ad89aadef27b0edf8.tar.xz | |
websocket/internal: add missing comment to package autobahn
Diffstat (limited to 'lib/websocket')
| -rw-r--r-- | lib/websocket/internal/autobahn/autobahn.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/websocket/internal/autobahn/autobahn.go b/lib/websocket/internal/autobahn/autobahn.go index 522e2df6..365b5e37 100644 --- a/lib/websocket/internal/autobahn/autobahn.go +++ b/lib/websocket/internal/autobahn/autobahn.go @@ -1,3 +1,5 @@ +// Package autobahn provides an helper to parse and print reports from +// result of Autobahn test suite. package autobahn import ( |
