mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-02-14 04:05:22 -05:00
fix typo
This commit is contained in:
2
config.go
Normal file → Executable file
2
config.go
Normal file → Executable file
@@ -16,7 +16,7 @@ type ConfigFormat struct {
|
||||
Loader ConfigLoader
|
||||
}
|
||||
|
||||
// ConfigLoader is an utility to load V2Ray config from external source.
|
||||
// ConfigLoader is a utility to load V2Ray config from external source.
|
||||
type ConfigLoader func(input io.Reader) (*Config, error)
|
||||
|
||||
var (
|
||||
|
||||
Reference in New Issue
Block a user