Skip to content

Instantly share code, notes, and snippets.

View bryant24's full-sized avatar
🎯
Focusing

樱木 bryant24

🎯
Focusing
  • Zhengzhou,China
View GitHub Profile
@bryant24
bryant24 / protocol.go
Last active August 15, 2018 03:30
socket message pack & unpack
//通讯协议处理,主要处理封包和解包的过程
package protocol
import (
"bytes"
"encoding/binary"
)
const (
ConstHeader = "secret"