Apply gofmt

This commit is contained in:
Paul Brinkmeier 2024-07-17 13:38:33 +02:00
parent 36421a25d0
commit 071df1a0fa

View File

@ -84,7 +84,7 @@ func FetchDepartures(stopId string) (*DMResponse, error) {
func main() {
password := os.Getenv("VRNP_PASSWORD")
if len(password) == 0 {
panic("Required environment variable VRNP_PASSWORD is not set");
panic("Required environment variable VRNP_PASSWORD is not set")
}
http.HandleFunc("/departures", func(w http.ResponseWriter, r *http.Request) {