5 lines
106 B
Go
Raw Normal View History

// Package socks provides implements of Socks protocol 4, 4a and 5.
2017-01-08 01:06:35 +01:00
package socks
2017-04-09 01:43:25 +02:00
2018-09-30 23:08:41 +02:00
//go:generate errorgen