Skip to content

Dashboard funktioniert mit 2.8.0 nicht mehr #296

Closed Answered by brutella
chef76 asked this question in Q&A
Discussion options

You must be logged in to vote

Die Funktion ListenAndServe ist jetzt, wie es eigentlich sein sollte, im Package net/http verfügbar.

Du musst also dieses Package verwenden.

var http = import("net/http")
http.ListenAndServe(...)

Sorry, das hatte ich wohl übersehen.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@chef76
Comment options

Answer selected by brutella
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants