Initial commit

这个提交包含在:
go 2020-11-08 18:06:09 +00:00
当前提交 f970c19946
共有 3 个文件被更改,包括 25 次插入0 次删除

17
.gitignore vendored 普通文件
查看文件

@ -0,0 +1,17 @@
# ---> Go
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/

5
LICENSE 普通文件
查看文件

@ -0,0 +1,5 @@
"THE BEER-WARE LICENSE" (Revision 42):
<phk@FreeBSD.ORG> wrote this file. As long as you retain this notice you can
do whatever you want with this stuff. If we meet some day, and you think this
stuff is worth it, you can buy me a beer in return Poul-Henning Kamp

3
README.md 普通文件
查看文件

@ -0,0 +1,3 @@
# dns-tools
dns relative tools like lookup or wireformat converter