test actions
Some checks failed
/ build (push) Failing after 1m51s

This commit is contained in:
Aykhan Shahsuvarov 2025-03-13 03:39:52 +04:00
parent e2d2c23fb7
commit 6d02dc4dff

View File

@ -8,7 +8,7 @@ import (
"strings" "strings"
) )
// test1 // test2
func handler(w http.ResponseWriter, r *http.Request) { func handler(w http.ResponseWriter, r *http.Request) {
fmt.Println(strings.Repeat("~", 80)) fmt.Println(strings.Repeat("~", 80))