TBR third_party mdns: stop relying on struct exported by net.

Actually labeling the fields in the initializer works but I decided
to remove the reliance altogether on my github project so we should
copy that here.

Change-Id: If27d75a327d6a71458d76d54f55e455bd5a530ac
1 file changed
tree: 20548c71d4b120da6b834d9578e0d12a97241a72
  1. csrc/
  2. go/
  3. java/
  4. nacl_sdk/
  5. .gitignore
  6. README.md
README.md

This repository contains three kinds of code used in the Vanadium project:

  1. code which originated outside of Google
  2. code which Google has released as open source
  3. Vanadium code which is derived from code that originated outside of Google, and is therefore still subject to that original code's third-party license

Most of the code under third-party is open source, though some packages have restrictive commercial licenses.

Because of Go language conventions, Go packages are found under third_party/go/src/.