github.com/go-board/x-go@v0.1.2-0.20220610024734-db1323f6cb15/xos/hostname_test.go (about)

     1  package xos_test
     2  
     3  import (
     4  	"testing"
     5  
     6  	"github.com/go-board/x-go/xos"
     7  )
     8  
     9  func TestHostname(t *testing.T) {
    10  	host := xos.Hostname()
    11  	t.Log(host)
    12  }