mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-10 07:45:54 -04:00
use uuid as struct
This commit is contained in:
2
v2ray.go
2
v2ray.go
@@ -37,7 +37,7 @@ type Instance struct {
|
||||
// To make sure V2Ray instance works properly, the config must contain one Dispatcher, one InboundHandlerManager and one OutboundHandlerManager. Other features are optional.
|
||||
func New(config *Config) (*Instance, error) {
|
||||
var server = &Instance{
|
||||
id: *(uuid.New()),
|
||||
id: uuid.New(),
|
||||
}
|
||||
|
||||
if err := config.Transport.Apply(); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user