linting (with failing code)

This commit is contained in:
2025-03-16 13:36:53 +02:00
parent 03839c65a0
commit 6ab3c33a1c
2 changed files with 13 additions and 0 deletions

View File

@@ -96,3 +96,8 @@ func main() {
log.Printf("Serving on port: %s\n", port)
log.Fatal(srv.ListenAndServe())
}
func unused() {
// this function does nothing
// and is called nowhere
}