Skip to content

Instantly share code, notes, and snippets.

View liyiheng's full-sized avatar
🐼

liyiheng liyiheng

🐼
  • Kaifeng,China
  • 03:17 (UTC +08:00)
View GitHub Profile
@liyiheng
liyiheng / server.go
Created April 27, 2021 08:42 — forked from inotnako/server.go
get meta from html page
package main
import (
"encoding/json"
"net/http"
"net/url"
"golang.org/x/net/html"
"io"
)
@liyiheng
liyiheng / epoll.go
Created November 28, 2017 03:19 — forked from tevino/epoll.go
Golang example for using epoll
package main
import (
"fmt"
"net"
"os"
"syscall"
)
const (