mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-04-13 01:06:02 -04:00
Line separator
This commit is contained in:
@@ -2,16 +2,11 @@
|
||||
|
||||
package platform
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
type windowsEnvironment struct {
|
||||
}
|
||||
|
||||
var environmentInstance = &windowsEnvironment{}
|
||||
|
||||
func (e *windowsEnvironment) ExpandEnv(s string) string {
|
||||
func ExpandEnv(s string) string {
|
||||
// TODO
|
||||
return s
|
||||
}
|
||||
|
||||
func LineSeparator() string {
|
||||
return "\r\n"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user