mirror of
https://github.com/v2fly/v2ray-core.git
synced 2026-02-05 15:55:25 -05:00
gofmt
This commit is contained in:
@@ -89,7 +89,7 @@ func TestIPResolution(t *testing.T) {
|
||||
space.BindApp(router.APP_ID, r)
|
||||
dnsServer := dns.NewCacheServer(space, &dns.Config{
|
||||
Hosts: map[string]*v2net.IPOrDomain{
|
||||
"v2ray.com": &v2net.IPOrDomain{
|
||||
"v2ray.com": {
|
||||
Address: &v2net.IPOrDomain_Ip{
|
||||
Ip: []byte{127, 0, 0, 1},
|
||||
},
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
package inbound
|
||||
|
||||
import ()
|
||||
|
||||
func (this *Config) GetDefaultValue() *DefaultConfig {
|
||||
if this.GetDefault() == nil {
|
||||
return &DefaultConfig{
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
package outbound
|
||||
|
||||
import ()
|
||||
|
||||
Reference in New Issue
Block a user