2 Star 0 Fork 1

afanda / logger

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
go.mod 531 Bytes
AI 代码解读
一键复制 编辑 原始数据 按行查看 历史
yyun 提交于 2018-10-20 00:31 . add files
module gitee.com/ailwyn/logger
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/stretchr/testify v1.2.2
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33
)
replace (
golang.org/x/crypto v0.0.0-20180904163835-0709b304e793 => github.com/golang/crypto v0.0.0-20180904163835-0709b304e793
golang.org/x/sys v0.0.0-20180905080454-ebe1bf3edb33 => github.com/golang/sys v0.0.0-20180905080454-ebe1bf3edb33
)
Go
1
https://gitee.com/ailwyn/logger.git
git@gitee.com:ailwyn/logger.git
ailwyn
logger
logger
master

搜索帮助