First Go project using cobra
There are some terminal commands which i've implemented using GoLang
Check your IP settings with this command
Basically it sends GET request to ipinfo.io
Encrypt your data with this command
Using AES algo
Decrypt an AES string
Using AES algo
Returns random pokemon and it's data
Reads text files
Counts chars
Counts words
Creates directory
Creates file
Prints current working directory
Deletes files or directories
- How to send GET request
- Error handling in Go
- AES crypt algo
- Rearrange Preview to actual command desc
- Fix main func problem
- Add more commands
(c) 2020 Ilya Revenko. MIT License