From 2c0f8a1c9c4ef245fb88b5b0ccd393ec874ad3e3 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sun, 7 Aug 2022 01:15:07 +0700 Subject: cmd/gotp: add the documentation for command gotp --- cmd/gotp/main.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cmd/gotp/main.go b/cmd/gotp/main.go index f159234..cf7a2a4 100644 --- a/cmd/gotp/main.go +++ b/cmd/gotp/main.go @@ -1,6 +1,8 @@ // SPDX-FileCopyrightText: 2021 M. Shulhan // SPDX-License-Identifier: GPL-3.0-or-later +// Command gotp a command line interface to manage and generate Time-based One +// Time Password (TOTP). package main import ( -- cgit v1.3