mirror of
https://github.com/ANG13T/SatIntel.git
synced 2025-12-12 07:40:38 -08:00
12 lines
137 B
Go
12 lines
137 B
Go
/*
|
|
Copyright © 2023 NAME HERE <EMAIL ADDRESS>
|
|
|
|
*/
|
|
package main
|
|
|
|
import "github.com/ANG13T/SatIntel/cmd"
|
|
|
|
func main() {
|
|
cmd.Execute()
|
|
}
|