diff options
| author | Shulhan <ms@kilabit.info> | 2023-09-11 00:49:45 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2023-09-11 02:26:33 +0700 |
| commit | 4e7becee5062b89769e2ae8fad6d8b1e2e85dade (patch) | |
| tree | c8f44052835f2579baf6dcbbd4db6801a27063ac /lib/xmlrpc/xmlrpc.go | |
| parent | bd9e01a5164be7710223204aa8edabd8eb5ffca7 (diff) | |
| download | pakakeh.go-4e7becee5062b89769e2ae8fad6d8b1e2e85dade.tar.xz | |
lib/xmlrpc: add missing comment to exported type and methods
Diffstat (limited to 'lib/xmlrpc/xmlrpc.go')
| -rw-r--r-- | lib/xmlrpc/xmlrpc.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/xmlrpc/xmlrpc.go b/lib/xmlrpc/xmlrpc.go index d441d268..e35ce765 100644 --- a/lib/xmlrpc/xmlrpc.go +++ b/lib/xmlrpc/xmlrpc.go @@ -18,6 +18,7 @@ const ( // defined in XML-RPC. type Kind int +// List of available Kind. const ( Unset Kind = iota String // represent Go string type. |
