diff --git a/main.go b/main.go index e1f3e2e..ce46a13 100644 --- a/main.go +++ b/main.go @@ -8,6 +8,7 @@ import ( "strings" ) +// test1 func handler(w http.ResponseWriter, r *http.Request) { fmt.Println(strings.Repeat("~", 80))