Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
G
go-ipfs
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
jihao
go-ipfs
Commits
b03fbf73
提交
b03fbf73
authored
11月 16, 2014
作者:
Brian Tiger Chow
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
deps(eventlog) use maybebtc fork
License: MIT Signed-off-by:
Brian Tiger Chow
<
brian@perfmode.com
>
上级
02d8da09
隐藏空白字符变更
内嵌
并排
正在显示
33 个修改的文件
包含
15 行增加
和
15 行删除
+15
-15
Godeps.json
Godeps/Godeps.json
+5
-5
.gitignore
Godeps/_workspace/src/github.com/maybebtc/logrus/.gitignore
+0
-0
.travis.yml
Godeps/_workspace/src/github.com/maybebtc/logrus/.travis.yml
+0
-0
LICENSE
Godeps/_workspace/src/github.com/maybebtc/logrus/LICENSE
+0
-0
README.md
Godeps/_workspace/src/github.com/maybebtc/logrus/README.md
+0
-0
entry.go
Godeps/_workspace/src/github.com/maybebtc/logrus/entry.go
+0
-0
entry_test.go
...s/_workspace/src/github.com/maybebtc/logrus/entry_test.go
+0
-0
basic.go
...ce/src/github.com/maybebtc/logrus/examples/basic/basic.go
+1
-1
hook.go
...pace/src/github.com/maybebtc/logrus/examples/hook/hook.go
+2
-2
exported.go
Godeps/_workspace/src/github.com/maybebtc/logrus/exported.go
+0
-0
formatter.go
...ps/_workspace/src/github.com/maybebtc/logrus/formatter.go
+0
-0
formatter_bench_test.go
...ce/src/github.com/maybebtc/logrus/formatter_bench_test.go
+0
-0
hook_test.go
...ps/_workspace/src/github.com/maybebtc/logrus/hook_test.go
+0
-0
hooks.go
Godeps/_workspace/src/github.com/maybebtc/logrus/hooks.go
+0
-0
airbrake.go
...src/github.com/maybebtc/logrus/hooks/airbrake/airbrake.go
+1
-1
README.md
...src/github.com/maybebtc/logrus/hooks/papertrail/README.md
+0
-0
papertrail.go
...github.com/maybebtc/logrus/hooks/papertrail/papertrail.go
+1
-1
papertrail_test.go
...b.com/maybebtc/logrus/hooks/papertrail/papertrail_test.go
+1
-1
README.md
...ace/src/github.com/maybebtc/logrus/hooks/syslog/README.md
+0
-0
syslog.go
...ace/src/github.com/maybebtc/logrus/hooks/syslog/syslog.go
+1
-1
syslog_test.go
...rc/github.com/maybebtc/logrus/hooks/syslog/syslog_test.go
+1
-1
json_formatter.go
...orkspace/src/github.com/maybebtc/logrus/json_formatter.go
+0
-0
logger.go
Godeps/_workspace/src/github.com/maybebtc/logrus/logger.go
+0
-0
logrus.go
Godeps/_workspace/src/github.com/maybebtc/logrus/logrus.go
+0
-0
logrus_test.go
.../_workspace/src/github.com/maybebtc/logrus/logrus_test.go
+0
-0
terminal_darwin.go
...rkspace/src/github.com/maybebtc/logrus/terminal_darwin.go
+0
-0
terminal_freebsd.go
...kspace/src/github.com/maybebtc/logrus/terminal_freebsd.go
+0
-0
terminal_linux.go
...orkspace/src/github.com/maybebtc/logrus/terminal_linux.go
+0
-0
terminal_notwindows.go
...ace/src/github.com/maybebtc/logrus/terminal_notwindows.go
+0
-0
terminal_windows.go
...kspace/src/github.com/maybebtc/logrus/terminal_windows.go
+0
-0
text_formatter.go
...orkspace/src/github.com/maybebtc/logrus/text_formatter.go
+0
-0
entry.go
util/eventlog/entry.go
+1
-1
option.go
util/eventlog/option.go
+1
-1
没有找到文件。
Godeps/Godeps.json
浏览文件 @
b03fbf73
...
...
@@ -49,11 +49,6 @@
"Rev"
:
"12e4b4183793ac4b061921e7980845e750679fd0"
},
{
"ImportPath"
:
"github.com/Sirupsen/logrus"
,
"Comment"
:
"v0.6.0-5-gf92b795"
,
"Rev"
:
"f92b7950b372b1db80bd3527e4d40e42555fe6c2"
},
{
"ImportPath"
:
"github.com/braintree/manners"
,
"Comment"
:
"0.3.1-2-g5280e25"
,
"Rev"
:
"5280e250f2795914acbeb2bf3b55dd5a2d1fba52"
...
...
@@ -137,6 +132,11 @@
"Rev"
:
"9955b0ab8708602d411341e55fffd7e0700f86bd"
},
{
"ImportPath"
:
"github.com/maybebtc/logrus"
,
"Comment"
:
"v0.6.0-5-gf92b795"
,
"Rev"
:
"f92b7950b372b1db80bd3527e4d40e42555fe6c2"
},
{
"ImportPath"
:
"github.com/mitchellh/go-homedir"
,
"Rev"
:
"7d2d8c8a4e078ce3c58736ab521a40b37a504c52"
},
...
...
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/.gitignore
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/.gitignore
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/.travis.yml
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/.travis.yml
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/LICENSE
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/LICENSE
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/README.md
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/README.md
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/entry.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/entry.go
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/entry_test.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/entry_test.go
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/examples/basic/basic.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/examples/basic/basic.go
浏览文件 @
b03fbf73
package
main
import
(
"github.com/
jbenet/go-ipfs/Godeps/_workspace/src/github.com/
Sirupsen/logrus"
"github.com/Sirupsen/logrus"
)
var
log
=
logrus
.
New
()
...
...
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/examples/hook/hook.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/examples/hook/hook.go
浏览文件 @
b03fbf73
package
main
import
(
"github.com/
jbenet/go-ipfs/Godeps/_workspace/src/github.com/
Sirupsen/logrus"
"github.com/
jbenet/go-ipfs/Godeps/_workspace/src/github.com/
Sirupsen/logrus/hooks/airbrake"
"github.com/Sirupsen/logrus"
"github.com/Sirupsen/logrus/hooks/airbrake"
"github.com/tobi/airbrake-go"
)
...
...
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/exported.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/exported.go
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/formatter.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/formatter.go
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/formatter_bench_test.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/formatter_bench_test.go
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/hook_test.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/hook_test.go
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/hooks.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/hooks.go
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/hooks/airbrake/airbrake.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/hooks/airbrake/airbrake.go
浏览文件 @
b03fbf73
package
logrus_airbrake
import
(
"github.com/
jbenet/go-ipfs/Godeps/_workspace/src/github.com/
Sirupsen/logrus"
"github.com/Sirupsen/logrus"
"github.com/tobi/airbrake-go"
)
...
...
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/hooks/papertrail/README.md
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/hooks/papertrail/README.md
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/hooks/papertrail/papertrail.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/hooks/papertrail/papertrail.go
浏览文件 @
b03fbf73
...
...
@@ -6,7 +6,7 @@ import (
"os"
"time"
"github.com/
jbenet/go-ipfs/Godeps/_workspace/src/github.com/
Sirupsen/logrus"
"github.com/Sirupsen/logrus"
)
const
(
...
...
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/hooks/papertrail/papertrail_test.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/hooks/papertrail/papertrail_test.go
浏览文件 @
b03fbf73
...
...
@@ -4,7 +4,7 @@ import (
"fmt"
"testing"
"github.com/
jbenet/go-ipfs/Godeps/_workspace/src/github.com/
Sirupsen/logrus"
"github.com/Sirupsen/logrus"
"github.com/stvp/go-udp-testing"
)
...
...
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/hooks/syslog/README.md
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/hooks/syslog/README.md
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/hooks/syslog/syslog.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/hooks/syslog/syslog.go
浏览文件 @
b03fbf73
...
...
@@ -2,7 +2,7 @@ package logrus_syslog
import
(
"fmt"
"github.com/
jbenet/go-ipfs/Godeps/_workspace/src/github.com/
Sirupsen/logrus"
"github.com/Sirupsen/logrus"
"log/syslog"
"os"
)
...
...
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/hooks/syslog/syslog_test.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/hooks/syslog/syslog_test.go
浏览文件 @
b03fbf73
package
logrus_syslog
import
(
"github.com/
jbenet/go-ipfs/Godeps/_workspace/src/github.com/
Sirupsen/logrus"
"github.com/Sirupsen/logrus"
"log/syslog"
"testing"
)
...
...
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/json_formatter.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/json_formatter.go
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/logger.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/logger.go
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/logrus.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/logrus.go
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/logrus_test.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/logrus_test.go
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/terminal_darwin.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/terminal_darwin.go
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/terminal_freebsd.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/terminal_freebsd.go
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/terminal_linux.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/terminal_linux.go
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/terminal_notwindows.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/terminal_notwindows.go
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/terminal_windows.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/terminal_windows.go
浏览文件 @
b03fbf73
File moved
Godeps/_workspace/src/github.com/
Sirupsen
/logrus/text_formatter.go
→
Godeps/_workspace/src/github.com/
maybebtc
/logrus/text_formatter.go
浏览文件 @
b03fbf73
File moved
util/eventlog/entry.go
浏览文件 @
b03fbf73
...
...
@@ -4,7 +4,7 @@ import (
"time"
"github.com/jbenet/go-ipfs/util"
"github.com/maybebtc/logrus"
"github.com/
jbenet/go-ipfs/Godeps/_workspace/src/github.com/
maybebtc/logrus"
)
type
entry
struct
{
...
...
util/eventlog/option.go
浏览文件 @
b03fbf73
...
...
@@ -3,8 +3,8 @@ package eventlog
import
(
"io"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/Sirupsen/logrus"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/gopkg.in/natefinch/lumberjack.v2"
"github.com/jbenet/go-ipfs/Godeps/_workspace/src/github.com/maybebtc/logrus"
)
type
Option
func
()
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论