secretctl

command module
v0.0.0-...-444129b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 11, 2022 License: MIT Imports: 1 Imported by: 0

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

Overview

Copyright © 2022 Milos Folic <milos.folic1@gmail.com>

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL