From a51644fbb6cdaa2d04b2a861eedc97e3d3c22f70 Mon Sep 17 00:00:00 2001 From: Winni Neessen Date: Tue, 27 Jun 2023 19:37:26 +0200 Subject: [PATCH] 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. --- astroinfo.go | 1 - 1 file changed, 1 deletion(-) diff --git a/astroinfo.go b/astroinfo.go index 8d8a7f3..a4dfe16 100644 --- a/astroinfo.go +++ b/astroinfo.go @@ -2,7 +2,6 @@ // // SPDX-License-Identifier: MIT -// Package meteologix provides bindings to the Meteologix/Kachelmann-Wetter weather API package meteologix import (