Remove redundant package comment

The comment referencing bindings to the Meteologix/Kachelmann-Wetter weather API was incorrectly placed in the astroinfo.go file. This comment was irrelevant to the respective package and therefore, has been removed for accuracy and clarity.
This commit is contained in:
Winni Neessen 2023-06-27 19:37:26 +02:00
parent f48392d553
commit a51644fbb6
Signed by: wneessen
GPG key ID: 5F3AF39B820C119D

View file

@ -2,7 +2,6 @@
//
// SPDX-License-Identifier: MIT
// Package meteologix provides bindings to the Meteologix/Kachelmann-Wetter weather API
package meteologix
import (