-
Notifications
You must be signed in to change notification settings - Fork 194
BUG修改及功能添加 #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
BUG修改及功能添加 #7
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,7 +19,7 @@ | |
| package hop | ||
|
|
||
| import ( | ||
| "github.com/bigeagle/gohop/logging" | ||
| "../logging" | ||
|
Owner
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. go 官方不建议使用相对路径 https://code.google.com/p/go/issues/detail?id=6147
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 好的。这个之前没有注意。多谢。。我会修改的。 2014-12-30 19:09 GMT+08:00 bigeagle notifications@github.com:
|
||
| ) | ||
|
|
||
| var logger = logging.GetLogger() | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this would cause incompability
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Primarily for compatibility android. Because AES dynamic key_length is
difficult to coding in java. Therefore using 128 bit.
2014-12-30 16:08 GMT+08:00 bigeagle notifications@github.com:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
有道理,另外这个也可以用于多用户支持,我考虑一下协议。