added correct sorting of quotes in the list; set up a testing environment
This commit is contained in:
@@ -3,6 +3,7 @@ package main
|
||||
import (
|
||||
"net/http"
|
||||
"os"
|
||||
"fmt"
|
||||
|
||||
"github.com/go-chi/chi/v5"
|
||||
)
|
||||
@@ -25,5 +26,6 @@ func main() {
|
||||
port = "8080"
|
||||
}
|
||||
|
||||
fmt.Println("started and listening on localhost:" + port)
|
||||
http.ListenAndServe(":"+port, r)
|
||||
}
|
||||
Reference in New Issue
Block a user