# go-shadowsocks2

A fresh implementation of Shadowsocks in Go for library use.

## Features

- [x] shadowsocks AEAD 
- [x] shadowsocks 2022(SIP022)
- [x] SIP023

## Basic Usage

There is a simple shadowsocks server and client based on this library under `cmd/main`.
