package main import "testing" // type LiveData struct { // UserName string `exp:".//span[@class='tw-live-author__info-username']" method:"Text"` // Follower string `exp:".//span[@class='tw-user-nav-list-count']" method:"Text"` // } func TestMain(t *testing.T) { main() }