GetHost() now handles IPv4 and IPv6 addresses

This commit is contained in:
Russ Magee 2018-10-02 11:04:33 -07:00
parent 448de8b524
commit ab96663864
2 changed files with 29 additions and 22 deletions

View file

@ -1,8 +1,9 @@
package main
import (
"blitter.com/go/goutmp"
"time"
"blitter.com/go/goutmp"
)
func main() {