Created
August 18, 2016 19:34
-
-
Save AudriusButkevicius/17db0a68bbc620a5765e62643a40dadc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import( | |
"fmt" | |
"github.com/ccding/go-stun/stun" | |
) | |
func main(){ | |
c := stun.NewClient() | |
fmt.Println(c.Discover()) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment