Added License

This commit is contained in:
Jae Kwon
2015-10-21 12:26:50 -07:00
parent 16372365c4
commit 6b54e7b8d9
3 changed files with 212 additions and 3 deletions

View File

@ -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)