poc of functions

This commit is contained in:
Sotig
2026-05-29 11:44:41 +03:00
parent 07cd9ebac9
commit 778380dc35
15 changed files with 924 additions and 56 deletions

View File

@@ -4,11 +4,14 @@ import (
"fmt"
"net/http"
"os"
"runtime/debug"
"golang.org/x/net/http2"
)
func main() {
var memLimitMb int64 = 512
debug.SetMemoryLimit(memLimitMb * 1024 * 1024)
// Your code here
mux := http.NewServeMux()