Codebase list nextnet / df28209
Import upstream version 0.0.2+git20180223.1.c8dc7a6 Kali Janitor 1 year, 4 months ago
2 changed file(s) with 1 addition(s) and 15 deletion(s). Raw diff Collapse all Expand all
+0
-14
.gitignore less more
0 # Binaries for programs and plugins
1 *.exe
2 *.dll
3 *.so
4 *.dylib
5
6 # Test binary, build with `go test -c`
7 *.test
8
9 # Output of the go coverage tool, specifically when used with LiteIDE
10 *.out
11
12 # Project-local glide cache, RE: https://github.com/Masterminds/glide/issues/736
13 .glide/
8181
8282 ip := raddr.(*net.UDPAddr).IP.String()
8383
84 reply := this.ParseReply(buff[0 : rlen])
84 reply := this.ParseReply(buff[0 : rlen-1])
8585 if len(reply.Names) == 0 && len(reply.Addresses) == 0 {
8686 continue
8787 }