Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save AudriusButkevicius/17db0a68bbc620a5765e62643a40dadc to your computer and use it in GitHub Desktop.
Save AudriusButkevicius/17db0a68bbc620a5765e62643a40dadc to your computer and use it in GitHub Desktop.
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