Initial commit

This commit is contained in:
Donny
2019-04-22 20:46:32 +08:00
commit 49ab8aadd1
25441 changed files with 4055000 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
### net/metadata
### Version 1.3.3
1. metadata支持int64
### Version 1.3.2
1. WithContext使用copy 防止panic
### Version 1.3.1
1. key 加入 Device = "device"
### Version 1.3.0
1. 增加WithContext方法
### Version 1.2.0
1. 增加mirror字段
### Version 1.1.0
1. 增加String方法
##### Version 1.0.0
1. 完成基本功能与测试