Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
DarienRaymond committed Oct 17, 2016
1 parent 67d597a commit 7a14f64
Show file tree
Hide file tree
Showing 5 changed files with 7,634 additions and 7,635 deletions.
2 changes: 1 addition & 1 deletion proxy/freedom/freedom_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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},
},
Expand Down
2 changes: 0 additions & 2 deletions proxy/vmess/inbound/config.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package inbound

import ()

func (this *Config) GetDefaultValue() *DefaultConfig {
if this.GetDefault() == nil {
return &DefaultConfig{
Expand Down
2 changes: 0 additions & 2 deletions proxy/vmess/outbound/config.go
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
package outbound

import ()
Loading

0 comments on commit 7a14f64

Please sign in to comment.