Merge branch 'fmt' of cwtch.im/cwtch into master

This commit is contained in:
Dan Ballard 2018-06-20 05:18:38 +00:00 committed by Gogs
commit 5295075107
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