mirror of
https://github.com/ANG13T/SatIntel.git
synced 2026-01-15 06:23:28 -08:00
9 lines
80 B
Go
9 lines
80 B
Go
package osint
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
func TLEParse(){
|
|
fmt.Println("Parsing TLE")
|
|
} |