mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-28 20:21:47 +00:00
Added License
This commit is contained in:
@ -38,8 +38,11 @@ func (fs *FooService) OnStop() error {
|
||||
*/
|
||||
package common
|
||||
|
||||
import "sync/atomic"
|
||||
import "github.com/tendermint/tendermint/Godeps/_workspace/src/github.com/tendermint/log15"
|
||||
import (
|
||||
"sync/atomic"
|
||||
|
||||
"github.com/tendermint/log15"
|
||||
)
|
||||
|
||||
type Service interface {
|
||||
Start() (bool, error)
|
||||
|
Reference in New Issue
Block a user