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

This commit is contained in:
Aykhan Shahsuvarov 2025-03-13 03:36:48 +04:00
parent f722889b7a
commit e2d2c23fb7

View File

@ -8,6 +8,7 @@ import (
"strings" "strings"
) )
// test1
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))