1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-10 09:50:43 +00:00

Run go fmt

This commit is contained in:
loyalsoldier 2020-10-04 06:29:21 +08:00
parent 088ce4ed95
commit 7a789fed37
No known key found for this signature in database
GPG Key ID: 23829BBC1ACF2C90
2 changed files with 5 additions and 5 deletions

View File

@ -19,8 +19,8 @@ import (
// MemoryAccount is an account type converted from Account.
type MemoryAccount struct {
Cipher Cipher
Key []byte
Cipher Cipher
Key []byte
}
// Equals implements protocol.Account.Equals().
@ -87,8 +87,8 @@ func (a *Account) AsAccount() (protocol.Account, error) {
return nil, newError("failed to get cipher").Base(err)
}
return &MemoryAccount{
Cipher: cipher,
Key: passwordToCipherKey([]byte(a.Password), cipher.KeySize()),
Cipher: cipher,
Key: passwordToCipherKey([]byte(a.Password), cipher.KeySize()),
}, nil
}

View File

@ -19,7 +19,7 @@ import (
)
const (
Version = 1
Version = 1
)
var addrParser = protocol.NewAddressParser(