package single import ( "sync" ) var ( oneSingleServer sync.Once sysSingleServer *serverSingle ) const timeOutDefault = 2