Skip to content

Instantly share code, notes, and snippets.

View liyiheng's full-sized avatar
🐼

liyiheng liyiheng

🐼
  • Kaifeng,China
  • 23:04 (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 / cas.go
Last active May 9, 2019 06:01
Code with bugs
package main
import (
"fmt"
"sync"
"sync/atomic"
"time"
"unsafe"
)
@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 (