client: imlement client, fix #4

This commit is contained in:
Aleksandr Razumov
2016-05-09 22:36:11 +03:00
parent ce14f2a81b
commit 76446d1824
3 changed files with 43 additions and 10 deletions

5
client.go Normal file
View File

@@ -0,0 +1,5 @@
package stun
// Client implements STUN client.
type Client struct {
}