gitee.com/h79/goutils@v1.22.10/common/option/option_test.go (about) 1 package option 2 3 import "testing" 4 5 func TestExist(t *testing.T) { 6 7 Exist(0, nil) 8 }