Skip to content

Instantly share code, notes, and snippets.

@godzie44
godzie44 / echo.go
Last active March 22, 2022 02:24
Example of io_uring reactor and echo-server (using go-uring lib)
package main
import (
"context"
"errors"
"flag"
"fmt"
"github.com/godzie44/go-uring/uring"
"io"
"log"