This commit is contained in:
Sarah Jamie Lewis 2018-06-19 15:38:22 -07:00
parent 0cfd672c83
commit e3dfdf35e0
6 changed files with 11 additions and 11 deletions

View File

@ -1,14 +1,14 @@
package main
import (
"fmt"
"log"
"time"
"cwtch.im/cwtch/peer"
"fmt"
"github.com/marcusolsson/tui-go"
"io/ioutil"
"log"
"os"
"strings"
"time"
)
func main() {

View File

@ -1,12 +1,12 @@
package server
import (
"sync"
"crypto/rsa"
"encoding/json"
"github.com/s-rah/go-ricochet/utils"
"io/ioutil"
"log"
"encoding/json"
"crypto/rsa"
"sync"
)
// Reporting is a struct for storing a the config a server needs to be a peer, and connect to a group to report