From a331e62372bca184e6106b86bf090b8cb009fe23 Mon Sep 17 00:00:00 2001 From: Anjan Nath Date: Sun, 5 Jun 2022 21:34:22 +0530 Subject: add package comment to client/client.go to make the staticchecker happy --- client/client.go | 1 + 1 file changed, 1 insertion(+) (limited to 'client/client.go') diff --git a/client/client.go b/client/client.go index c0a42e0..154bc5c 100644 --- a/client/client.go +++ b/client/client.go @@ -1,3 +1,4 @@ +// Package client defines obfsvpn client with kcp transport. package client import ( -- cgit v1.2.3