go-meteologix/doc.go

10 lines
288 B
Go
Raw Permalink Normal View History

// SPDX-FileCopyrightText: 2023 Winni Neessen <wn@neessen.dev>
2023-05-12 12:44:27 +02:00
//
// SPDX-License-Identifier: MIT
2023-05-12 20:07:40 +02:00
// Package meteologix provides bindings to the Meteologix/Kachelmann-Wetter weather API
2023-05-12 12:44:27 +02:00
package meteologix
// VERSION represents the current version of the package
const VERSION = "0.1.1"