mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-06-21 10:19:54 -04:00
remove context in struct
This commit is contained in:
@@ -51,7 +51,8 @@ func (m *Instance) Start() error {
|
||||
}
|
||||
|
||||
// Close implements app.Application.Close().
|
||||
func (m *Instance) Close() {
|
||||
func (m *Instance) Close() error {
|
||||
return nil
|
||||
}
|
||||
|
||||
func init() {
|
||||
|
||||
Reference in New Issue
Block a user