github.com/laof/lite-speed-test@v0.0.0-20230930011949-1f39b7037845/constant/adapters.go (about) 1 package constant 2 3 import "time" 4 5 const ( 6 DefaultTLSTimeout = 5 * time.Second 7 )