1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2025-12-25 19:45:38 -05:00

clean up code

This commit is contained in:
Agioi Theodoroi
2020-04-14 21:19:52 -04:00
committed by Kslr
parent 1432278c2c
commit bbd3988f3d
7 changed files with 3 additions and 15 deletions

View File

@@ -16,10 +16,6 @@ import (
)
func Test_parseResponse(t *testing.T) {
type args struct {
payload []byte
}
var p [][]byte
ans := new(dns.Msg)