command
module
Version:
v0.0.0-...-444129b
Opens a new window with list of versions in this module.
Published: Jan 11, 2022
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
SecretCTL
About the project
This project is used to get familiar with GoLang cli apps, along with cobra generator.
Status
This project is in alpha status.
Getting started
Below we describe the conventions or tools specific to golang project.
Layout
├── .gitignore
├── CHANGELOG.md
├── Makefile
├── README.md
├── bin
├── cmd
├── test
│ ├── README.md
│ └── test_make.sh
A brief description of the layout:
.gitignore
varies per project, but all projects need to ignore bin
directory.
Makefile
is used to build the project.
CHANGELOG.md
contains auto-generated changelog information.
README.md
is a detailed description of the project.
bin
is to hold build outputs.
cmd
contains main packages.
test
holds build tests.
Notes
- Makefile MUST NOT change well-defined command semantics, see Makefile for details.
Documentation
¶
Copyright © 2022 Milos Folic <milos.folic1@gmail.com>
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.