1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-07-27 21:18:30 +00:00

update to /stats

This commit is contained in:
Kane York 2015-11-16 20:35:03 -08:00
parent ab14cdac72
commit c55b5fb277
4 changed files with 18 additions and 16 deletions

View file

@ -2,11 +2,11 @@ package server
import (
"encoding/json"
"fmt"
"github.com/satori/go.uuid"
"net"
"sync"
"time"
"fmt"
)
const CryptoBoxKeyLength = 32
@ -57,8 +57,8 @@ type AuthInfo struct {
}
type ClientVersion struct {
Major int
Minor int
Major int
Minor int
Revision int
}