package test import ( "Yunlot/tests/Cgo" "testing" ) func Test_Runcode(t *testing.T) { Cgo.GetAdd() }