]> Cypherpunks.ru repositories - govpn.git/commitdiff
Refactor govpn-client.
authorBruno Clermont <bruno@robotinfra.com>
Thu, 8 Dec 2016 10:21:42 +0000 (18:21 +0800)
committerSergey Matveev <stargrave@stargrave.org>
Thu, 8 Dec 2016 19:52:05 +0000 (22:52 +0300)
- move out of main client logic, allowing it to be imported from other Go code.
- evaluate all errors values
- client package only return `error`, it don't `os.Exit` anymore
- add a new `Protocol` type


No differences found