feat: reformat code

This commit is contained in:
angelina-tsuboi
2023-05-05 13:26:44 -07:00
parent d1677e0ab5
commit cf34dffa32
3 changed files with 18 additions and 2 deletions

View File

@@ -1,3 +1,14 @@
# SatIntel
### OSINT tool for satellites
Made by Angelina Tsuboi (G4LXY)
Made by Angelina Tsuboi (G4LXY)
## TODO
- Exiting
- TLE Parser
- 1
- 2
- 3
- Flags
- Documentation

View File

@@ -21,7 +21,7 @@ Cobra is a CLI library for Go that empowers applications.
This application is a tool to generate the needed files
to quickly create a Cobra application.`,
Run: func(cmd *cobra.Command, args []string) {
osint.Banner()
osint.SatIntel()
},
}

View File

@@ -5,6 +5,11 @@ import (
"github.com/iskaa02/qalam/gradient"
)
func SatIntel() {
Banner()
}
func Banner() {
banner, _ := ioutil.ReadFile("txt/banner.txt")
info, _ := ioutil.ReadFile("txt/info.txt")