mirror of
https://github.com/eosswedenorg/thalos
synced 2026-08-26 20:18:13 +02:00
Change project name to "thalos" (working name).
This commit is contained in:
parent
f174863a17
commit
a23661e088
14 changed files with 26 additions and 25 deletions
|
|
@ -3,7 +3,7 @@ package redis_common
|
|||
import (
|
||||
"fmt"
|
||||
|
||||
"eosio-ship-trace-reader/transport"
|
||||
"thalos/transport"
|
||||
)
|
||||
|
||||
// Key consists of a namespace and a channel.
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package redis_common
|
|||
import (
|
||||
"testing"
|
||||
|
||||
"eosio-ship-trace-reader/transport"
|
||||
"thalos/transport"
|
||||
)
|
||||
|
||||
func TestKey_String(t *testing.T) {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ package redis_common
|
|||
import (
|
||||
"strings"
|
||||
|
||||
"eosio-ship-trace-reader/transport"
|
||||
"thalos/transport"
|
||||
)
|
||||
|
||||
const (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue