joshuaferrara / go-satellite

Calculate orbital information of satellites in GoLang.
BSD 2-Clause "Simplified" License
78 stars 27 forks source link

remove logging from library #19

Closed pmcanseco closed 1 year ago

pmcanseco commented 1 year ago

I'm trying to use this library with TinyGo and as it stands it's yielding some linking errors that appear to stem from the usage of the logging library. I'm removing it here to see if I can get it compile with TinyGo after these changes.