other location of imageutils

This commit is contained in:
2024-08-20 06:14:14 +03:00
parent 11f15e0c7d
commit c718034307
3 changed files with 4 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ func Check(err error) {
}
func main() {
addrwithport := "localhost:1488"
addrwithport := ":8080"
http.HandleFunc("/",
func(w http.ResponseWriter, req *http.Request){
clock.Time(w)