This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
tendermint
Watch
1
Star
0
Fork
0
You've already forked tendermint
mirror of
https://github.com/fluencelabs/tendermint
synced
2025-04-26 07:12:16 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
tendermint
/
rpc
/
core
/
log.go
8 lines
94 B
Go
Raw
Normal View
History
Unescape
Escape
rpc: separate out golang API into rpc/core
2015-03-26 21:30:42 -07:00
package
core
import
(
Refactor to move common libraries out of project
2015-10-22 17:39:06 -07:00
"github.com/tendermint/log15"
rpc: separate out golang API into rpc/core
2015-03-26 21:30:42 -07:00
)
var
log
=
log15
.
New
(
"module"
,
"rpc"
)
Reference in New Issue
Copy Permalink