package global
import (
"fmt"
"testing"
)
func TestGlobal(tt *testing.T) {
fmt.Println("test pass")
}