Skip to content

louislef299/go-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Scripts

These are just some scripts that I use on my local device. The most used are boot and rmt. Look around!

Go Gopher Dancing

.
├── README.md
├── active_commands
│   ├── boot
│   ├── commands
│   ├── ec2-debug
│   ├── got
│   ├── plexus-upload
│   ├── remove-state
│   ├── rmt
│   ├── show-state
│   └── tf-uniq
├── old_bash
└── projects
    ├── boot
    ├── cloud-native-go
    ├── dock
    ├── got
    ├── rmt
    └── side_stuff
33 directories, 46 files

This is the current layout of the repo. It is pretty self-explanatory, but refer to the README in each folder to learn more(TODO). Within the boot and rmt projects, I use the Cobra library to help make powerful cli tools with ease. Please refer to the cobra repo for more information on how to use the tool and how to read the directory structure.